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