Uses of Class
com.azure.storage.blob.options.BlobDownloadToFileOptions
-
Packages that use BlobDownloadToFileOptions Package Description com.azure.storage.blob.options Package containing options model classes used by Azure Storage Blobs.com.azure.storage.blob.specialized 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 BlobDownloadToFileOptions Modifier and Type Method Description BlobDownloadToFileOptionsBlobDownloadToFileOptions. setDownloadRetryOptions(DownloadRetryOptions downloadRetryOptions)BlobDownloadToFileOptionsBlobDownloadToFileOptions. setOpenOptions(Set<OpenOption> openOptions)BlobDownloadToFileOptionsBlobDownloadToFileOptions. setParallelTransferOptions(ParallelTransferOptions parallelTransferOptions)BlobDownloadToFileOptionsBlobDownloadToFileOptions. setRange(BlobRange range)BlobDownloadToFileOptionsBlobDownloadToFileOptions. setRequestConditions(BlobRequestConditions requestConditions)BlobDownloadToFileOptionsBlobDownloadToFileOptions. setRetrieveContentRangeMd5(boolean retrieveContentRangeMd5) -
Uses of BlobDownloadToFileOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlobDownloadToFileOptions Modifier and Type Method Description Mono<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.
-