| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob.models |
This package contains the 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.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.