Package | Description |
---|---|
com.microsoft.azure.storage.blob |
Constructor and Description |
---|
DownloadFromBlobOptions(Long chunkSize,
IProgressReceiver progressReceiver,
BlobAccessConditions accessConditions,
Integer parallelism,
RetryReaderOptions retryReaderOptions)
Returns an object that configures the parallel download behavior for methods on the
TransferManager . |
UploadToBlockBlobOptions(IProgressReceiver progressReceiver,
BlobHTTPHeaders httpHeaders,
Metadata metadata,
BlobAccessConditions accessConditions,
Integer parallelism)
Creates a new object that configures the parallel upload behavior.
|
This documentation was released into the public domain.