Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
ContainerProperties |
Container.properties()
Get the properties value.
|
ContainerProperties |
ContainerProperties.withEtag(String etag)
Set the etag value.
|
ContainerProperties |
ContainerProperties.withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
ContainerProperties |
ContainerProperties.withLeaseDuration(LeaseDurationType leaseDuration)
Set the leaseDuration value.
|
ContainerProperties |
ContainerProperties.withLeaseState(LeaseStateType leaseState)
Set the leaseState value.
|
ContainerProperties |
ContainerProperties.withLeaseStatus(LeaseStatusType leaseStatus)
Set the leaseStatus value.
|
ContainerProperties |
ContainerProperties.withPublicAccess(PublicAccessType publicAccess)
Set the publicAccess value.
|
Modifier and Type | Method and Description |
---|---|
Container |
Container.withProperties(ContainerProperties properties)
Set the properties value.
|
Copyright © 2018. All rights reserved.