Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
ContainerGetPropertiesHeaders |
ContainerGetPropertiesResponse.headers() |
ContainerGetPropertiesHeaders |
ContainerGetPropertiesHeaders.withBlobPublicAccess(PublicAccessType blobPublicAccess)
Set the blobPublicAccess value.
|
ContainerGetPropertiesHeaders |
ContainerGetPropertiesHeaders.withDate(OffsetDateTime date)
Set the date value.
|
ContainerGetPropertiesHeaders |
ContainerGetPropertiesHeaders.withETag(String eTag)
Set the eTag value.
|
ContainerGetPropertiesHeaders |
ContainerGetPropertiesHeaders.withHasImmutabilityPolicy(Boolean hasImmutabilityPolicy)
Set the hasImmutabilityPolicy value.
|
ContainerGetPropertiesHeaders |
ContainerGetPropertiesHeaders.withHasLegalHold(Boolean hasLegalHold)
Set the hasLegalHold value.
|
ContainerGetPropertiesHeaders |
ContainerGetPropertiesHeaders.withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
ContainerGetPropertiesHeaders |
ContainerGetPropertiesHeaders.withLeaseDuration(LeaseDurationType leaseDuration)
Set the leaseDuration value.
|
ContainerGetPropertiesHeaders |
ContainerGetPropertiesHeaders.withLeaseState(LeaseStateType leaseState)
Set the leaseState value.
|
ContainerGetPropertiesHeaders |
ContainerGetPropertiesHeaders.withLeaseStatus(LeaseStatusType leaseStatus)
Set the leaseStatus value.
|
ContainerGetPropertiesHeaders |
ContainerGetPropertiesHeaders.withMetadata(Map<String,String> metadata)
Set the metadata value.
|
ContainerGetPropertiesHeaders |
ContainerGetPropertiesHeaders.withRequestId(String requestId)
Set the requestId value.
|
ContainerGetPropertiesHeaders |
ContainerGetPropertiesHeaders.withVersion(String version)
Set the version value.
|
Constructor and Description |
---|
ContainerGetPropertiesResponse(int statusCode,
ContainerGetPropertiesHeaders headers,
Map<String,String> rawHeaders,
Void body)
Creates an instance of ContainerGetPropertiesResponse.
|
This documentation was released into the public domain.