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