Package | Description |
---|---|
com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
Modifier and Type | Method and Description |
---|---|
DownloadRetryOptions |
DownloadRetryOptions.setMaxRetryRequests(int maxRetryRequests)
Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a
response body.
|
Modifier and Type | Method and Description |
---|---|
Mono<Response<BlobProperties>> |
BlobAsyncClientBase.downloadToFileWithResponse(String filePath,
BlobRange range,
ParallelTransferOptions parallelTransferOptions,
DownloadRetryOptions options,
BlobRequestConditions accessConditions,
boolean rangeGetContentMD5)
Downloads the entire blob into a file specified by the path.
|
Response<BlobProperties> |
BlobClientBase.downloadToFileWithResponse(String filePath,
BlobRange range,
ParallelTransferOptions parallelTransferOptions,
DownloadRetryOptions options,
BlobRequestConditions accessConditions,
boolean rangeGetContentMD5,
Duration timeout,
Context context)
Downloads the entire blob into a file specified by the path.
|
Mono<BlobDownloadAsyncResponse> |
BlobAsyncClientBase.downloadWithResponse(BlobRange range,
DownloadRetryOptions options,
BlobRequestConditions accessConditions,
boolean rangeGetContentMD5)
Reads a range of bytes from a blob.
|
BlobDownloadResponse |
BlobClientBase.downloadWithResponse(OutputStream stream,
BlobRange range,
DownloadRetryOptions options,
BlobRequestConditions accessConditions,
boolean rangeGetContentMD5,
Duration timeout,
Context context)
Downloads a range of bytes from a blob into an output stream.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.