Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesResponse.headers() |
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withAcceptRanges(String acceptRanges)
Set the acceptRanges value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withAccessTier(String accessTier)
Set the accessTier value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withAccessTierInferred(Boolean accessTierInferred)
Set the accessTierInferred value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withArchiveStatus(String archiveStatus)
Set the archiveStatus value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withBlobCommittedBlockCount(Integer blobCommittedBlockCount)
Set the blobCommittedBlockCount value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withBlobSequenceNumber(Long blobSequenceNumber)
Set the blobSequenceNumber value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withBlobType(BlobType blobType)
Set the blobType value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withCacheControl(String cacheControl)
Set the cacheControl value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withContentDisposition(String contentDisposition)
Set the contentDisposition value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withContentEncoding(String contentEncoding)
Set the contentEncoding value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withContentLanguage(String contentLanguage)
Set the contentLanguage value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withContentLength(Long contentLength)
Set the contentLength value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withContentMD5(byte[] contentMD5)
Set the contentMD5 value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withContentType(String contentType)
Set the contentType value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withCopyCompletionTime(OffsetDateTime copyCompletionTime)
Set the copyCompletionTime value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withCopyId(String copyId)
Set the copyId value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withCopyProgress(String copyProgress)
Set the copyProgress value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withCopySource(String copySource)
Set the copySource value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withCopyStatus(CopyStatusType copyStatus)
Set the copyStatus value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withCopyStatusDescription(String copyStatusDescription)
Set the copyStatusDescription value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withDateProperty(OffsetDateTime dateProperty)
Set the dateProperty value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withDestinationSnapshot(String destinationSnapshot)
Set the destinationSnapshot value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withETag(String eTag)
Set the eTag value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withIsIncrementalCopy(Boolean isIncrementalCopy)
Set the isIncrementalCopy value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withIsServerEncrypted(Boolean isServerEncrypted)
Set the isServerEncrypted value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withLeaseDuration(LeaseDurationType leaseDuration)
Set the leaseDuration value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withLeaseState(LeaseStateType leaseState)
Set the leaseState value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withLeaseStatus(LeaseStatusType leaseStatus)
Set the leaseStatus value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withMetadata(Map<String,String> metadata)
Set the metadata value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withRequestId(String requestId)
Set the requestId value.
|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withVersion(String version)
Set the version value.
|
Constructor and Description |
---|
BlobsGetPropertiesResponse(int statusCode,
BlobsGetPropertiesHeaders headers,
Map<String,String> rawHeaders,
Void body)
Creates an instance of BlobsGetPropertiesResponse.
|
Copyright © 2018. All rights reserved.