Uses of Class
com.azure.storage.blob.models.DownloadRetryOptions
Packages that use DownloadRetryOptions
Package
Description
Package containing classes for AzureBlobStorage.
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of DownloadRetryOptions in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return DownloadRetryOptionsModifier and TypeMethodDescriptionDownloadRetryOptions.setMaxRetryRequests
(int maxRetryRequests) Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a response body. -
Uses of DownloadRetryOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return DownloadRetryOptionsMethods in com.azure.storage.blob.options with parameters of type DownloadRetryOptionsModifier and TypeMethodDescriptionBlobDownloadToFileOptions.setDownloadRetryOptions
(DownloadRetryOptions downloadRetryOptions) -
Uses of DownloadRetryOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type DownloadRetryOptionsModifier and TypeMethodDescriptionBlobAsyncClientBase.downloadContentWithResponse
(DownloadRetryOptions options, BlobRequestConditions requestConditions) Reads a range of bytes from a blob.BlobClientBase.downloadContentWithResponse
(DownloadRetryOptions options, BlobRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Downloads a range of bytes from a blob into an output stream.BlobAsyncClientBase.downloadStreamWithResponse
(BlobRange range, DownloadRetryOptions options, BlobRequestConditions requestConditions, boolean getRangeContentMd5) Reads a range of bytes from a blob.BlobClientBase.downloadStreamWithResponse
(OutputStream stream, BlobRange range, DownloadRetryOptions options, BlobRequestConditions requestConditions, boolean getRangeContentMd5, Duration timeout, com.azure.core.util.Context context) Downloads a range of bytes from a blob into an output stream.Mono<com.azure.core.http.rest.Response<BlobProperties>>
BlobAsyncClientBase.downloadToFileWithResponse
(String filePath, BlobRange range, ParallelTransferOptions parallelTransferOptions, DownloadRetryOptions options, BlobRequestConditions requestConditions, boolean rangeGetContentMd5) Downloads the entire blob into a file specified by the path.Mono<com.azure.core.http.rest.Response<BlobProperties>>
BlobAsyncClientBase.downloadToFileWithResponse
(String filePath, BlobRange range, ParallelTransferOptions parallelTransferOptions, DownloadRetryOptions options, BlobRequestConditions requestConditions, boolean rangeGetContentMd5, Set<OpenOption> openOptions) Downloads the entire blob into a file specified by the path.com.azure.core.http.rest.Response<BlobProperties>
BlobClientBase.downloadToFileWithResponse
(String filePath, BlobRange range, ParallelTransferOptions parallelTransferOptions, DownloadRetryOptions downloadRetryOptions, BlobRequestConditions requestConditions, boolean rangeGetContentMd5, Duration timeout, com.azure.core.util.Context context) Downloads the entire blob into a file specified by the path.com.azure.core.http.rest.Response<BlobProperties>
BlobClientBase.downloadToFileWithResponse
(String filePath, BlobRange range, ParallelTransferOptions parallelTransferOptions, DownloadRetryOptions downloadRetryOptions, BlobRequestConditions requestConditions, boolean rangeGetContentMd5, Set<OpenOption> openOptions, Duration timeout, com.azure.core.util.Context context) Downloads the entire blob into a file specified by the path.BlobAsyncClientBase.downloadWithResponse
(BlobRange range, DownloadRetryOptions options, BlobRequestConditions requestConditions, boolean getRangeContentMd5) Deprecated.BlobClientBase.downloadWithResponse
(OutputStream stream, BlobRange range, DownloadRetryOptions options, BlobRequestConditions requestConditions, boolean getRangeContentMd5, Duration timeout, com.azure.core.util.Context context)
BlobAsyncClientBase.downloadStreamWithResponse(BlobRange, DownloadRetryOptions, BlobRequestConditions, boolean)
instead.