Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the core types for interacting with Azure Storage; start here.
|
Modifier and Type | Method and Description |
---|---|
ReliableDownloadOptions |
TransferManagerDownloadFromBlobOptions.reliableDownloadOptionsPerBlock()
|
ReliableDownloadOptions |
ReliableDownloadOptions.withMaxRetryRequests(int maxRetryRequests)
Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a
response body.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Flowable<ByteBuffer> |
DownloadResponse.body(ReliableDownloadOptions options)
Returns the response body which has been modified to enable reliably reading data if desired (if
options.maxRetryRequests > 0 . |
Constructor and Description |
---|
TransferManagerDownloadFromBlobOptions(Long chunkSize,
IProgressReceiver progressReceiver,
BlobAccessConditions accessConditions,
ReliableDownloadOptions reliableDownloadOptions,
Integer parallelism)
Returns an object that configures the parallel download behavior for methods on the
TransferManager . |
This documentation was released into the public domain.