Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
ContainerProperties |
ContainerItem.properties()
Get the properties value.
|
ContainerProperties |
ContainerProperties.withEtag(String etag)
Set the etag value.
|
ContainerProperties |
ContainerProperties.withHasImmutabilityPolicy(Boolean hasImmutabilityPolicy)
Set the hasImmutabilityPolicy value.
|
ContainerProperties |
ContainerProperties.withHasLegalHold(Boolean hasLegalHold)
Set the hasLegalHold 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 |
---|---|
ContainerItem |
ContainerItem.withProperties(ContainerProperties properties)
Set the properties value.
|
This documentation was released into the public domain.