Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob.models |
This package contains the models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
BlobDownloadHeaders |
DownloadResponse.headers() |
Modifier and Type | Method and Description |
---|---|
static io.reactivex.Single<BlobDownloadHeaders> |
TransferManager.downloadBlobToFile(AsynchronousFileChannel file,
BlobURL blobURL,
BlobRange range,
TransferManagerDownloadFromBlobOptions options)
Downloads a file directly into a file, splitting the download into chunks and parallelizing as necessary.
|
com.microsoft.rest.v2.RestResponse<BlobDownloadHeaders,io.reactivex.Flowable<ByteBuffer>> |
DownloadResponse.rawResponse() |
Constructor and Description |
---|
DownloadResponse(com.microsoft.rest.v2.RestResponse<BlobDownloadHeaders,io.reactivex.Flowable<ByteBuffer>> response,
com.microsoft.azure.storage.blob.HTTPGetterInfo info,
io.reactivex.functions.Function<com.microsoft.azure.storage.blob.HTTPGetterInfo,io.reactivex.Single<DownloadResponse>> getter) |
Modifier and Type | Method and Description |
---|---|
BlobDownloadHeaders |
BlobDownloadResponse.headers() |
BlobDownloadHeaders |
BlobDownloadHeaders.withAcceptRanges(String acceptRanges)
Set the acceptRanges value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withBlobCommittedBlockCount(Integer blobCommittedBlockCount)
Set the blobCommittedBlockCount value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withBlobContentMD5(byte[] blobContentMD5)
Set the blobContentMD5 value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withBlobSequenceNumber(Long blobSequenceNumber)
Set the blobSequenceNumber value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withBlobType(BlobType blobType)
Set the blobType value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withCacheControl(String cacheControl)
Set the cacheControl value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withContentDisposition(String contentDisposition)
Set the contentDisposition value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withContentEncoding(String contentEncoding)
Set the contentEncoding value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withContentLanguage(String contentLanguage)
Set the contentLanguage value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withContentLength(Long contentLength)
Set the contentLength value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withContentMD5(byte[] contentMD5)
Set the contentMD5 value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withContentRange(String contentRange)
Set the contentRange value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withContentType(String contentType)
Set the contentType value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withCopyCompletionTime(OffsetDateTime copyCompletionTime)
Set the copyCompletionTime value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withCopyId(String copyId)
Set the copyId value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withCopyProgress(String copyProgress)
Set the copyProgress value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withCopySource(String copySource)
Set the copySource value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withCopyStatus(CopyStatusType copyStatus)
Set the copyStatus value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withCopyStatusDescription(String copyStatusDescription)
Set the copyStatusDescription value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withDate(OffsetDateTime date)
Set the date value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withETag(String eTag)
Set the eTag value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withIsServerEncrypted(Boolean isServerEncrypted)
Set the isServerEncrypted value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withLeaseDuration(LeaseDurationType leaseDuration)
Set the leaseDuration value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withLeaseState(LeaseStateType leaseState)
Set the leaseState value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withLeaseStatus(LeaseStatusType leaseStatus)
Set the leaseStatus value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withMetadata(Map<String,String> metadata)
Set the metadata value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withRequestId(String requestId)
Set the requestId value.
|
BlobDownloadHeaders |
BlobDownloadHeaders.withVersion(String version)
Set the version value.
|
Constructor and Description |
---|
BlobDownloadResponse(com.microsoft.rest.v2.http.HttpRequest request,
int statusCode,
BlobDownloadHeaders headers,
Map<String,String> rawHeaders,
io.reactivex.Flowable<ByteBuffer> body)
Creates an instance of BlobDownloadResponse.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.