Uses of Class
com.azure.storage.blob.options.BlobDownloadToFileOptions
Packages that use BlobDownloadToFileOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobDownloadToFileOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlobDownloadToFileOptionsModifier and TypeMethodDescriptionBlobDownloadToFileOptions.setDownloadRetryOptions
(DownloadRetryOptions downloadRetryOptions) Sets theDownloadRetryOptions
.BlobDownloadToFileOptions.setOpenOptions
(Set<OpenOption> openOptions) Sets theOpenOptions
to use to configure how to open or create the file.BlobDownloadToFileOptions.setParallelTransferOptions
(ParallelTransferOptions parallelTransferOptions) Sets theParallelTransferOptions
.Sets theBlobRange
.BlobDownloadToFileOptions.setRequestConditions
(BlobRequestConditions requestConditions) Sets theBlobRequestConditions
.BlobDownloadToFileOptions.setRetrieveContentRangeMd5
(boolean retrieveContentRangeMd5) Sets whether the contentMD5 for the specified blob range should be returned. -
Uses of BlobDownloadToFileOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlobDownloadToFileOptionsModifier and TypeMethodDescriptionMono
<com.azure.core.http.rest.Response<BlobProperties>> BlobAsyncClientBase.downloadToFileWithResponse
(BlobDownloadToFileOptions options) Downloads the entire blob into a file specified by the path.com.azure.core.http.rest.Response
<BlobProperties> BlobClientBase.downloadToFileWithResponse
(BlobDownloadToFileOptions options, Duration timeout, com.azure.core.util.Context context) Downloads the entire blob into a file specified by the path.