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.
|
Modifier and Type | Method and Description |
---|---|
BlobDownloadToFileOptions |
BlobDownloadToFileOptions.setDownloadRetryOptions(DownloadRetryOptions downloadRetryOptions) |
BlobDownloadToFileOptions |
BlobDownloadToFileOptions.setOpenOptions(Set<OpenOption> openOptions) |
BlobDownloadToFileOptions |
BlobDownloadToFileOptions.setParallelTransferOptions(ParallelTransferOptions parallelTransferOptions) |
BlobDownloadToFileOptions |
BlobDownloadToFileOptions.setRange(BlobRange range) |
BlobDownloadToFileOptions |
BlobDownloadToFileOptions.setRequestConditions(BlobRequestConditions requestConditions) |
BlobDownloadToFileOptions |
BlobDownloadToFileOptions.setRetrieveContentRangeMd5(boolean retrieveContentRangeMd5) |
Modifier and Type | Method and 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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.