Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the core types for interacting with Azure Storage; start here.
|
Modifier and Type | Field and Description |
---|---|
static TransferManagerDownloadFromBlobOptions |
TransferManagerDownloadFromBlobOptions.DEFAULT
The default download options.
|
Modifier and Type | Method and Description |
---|---|
static io.reactivex.Single<BlobDownloadHeaders> |
TransferManager.downloadBlobToFile(AsynchronousFileChannel file,
BlobURL blobURL,
BlobRange range,
TransferManagerDownloadFromBlobOptions options)
Downloads a file directly into a file, splitting the download into chunks and parallelizing as necessary.
|
This documentation was released into the public domain.