Uses of Class
com.azure.storage.blob.options.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
Modifier and TypeMethodDescriptionBlobDownloadToFileOptions.setDownloadRetryOptions
(DownloadRetryOptions downloadRetryOptions) BlobDownloadToFileOptions.setOpenOptions
(Set<OpenOption> openOptions) BlobDownloadToFileOptions.setParallelTransferOptions
(ParallelTransferOptions parallelTransferOptions) BlobDownloadToFileOptions.setRequestConditions
(BlobRequestConditions requestConditions) BlobDownloadToFileOptions.setRetrieveContentRangeMd5
(boolean retrieveContentRangeMd5) -
Uses of BlobDownloadToFileOptions in com.azure.storage.blob.specialized
Modifier 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.