| Package | Description |
|---|---|
| com.azure.storage.common |
This package contains generic classes used by Azure Storage services.
|
| Modifier and Type | Method and Description |
|---|---|
ParallelTransferOptions |
ParallelTransferOptions.setBlockSizeLong(Long blockSize)
Sets the block size.
|
ParallelTransferOptions |
ParallelTransferOptions.setMaxConcurrency(Integer maxConcurrency) |
ParallelTransferOptions |
ParallelTransferOptions.setMaxSingleUploadSizeLong(Long maxSingleUploadSize)
If the size of the data is less than or equal to this value, it will be uploaded in a
single put rather than broken up into chunks.
|
ParallelTransferOptions |
ParallelTransferOptions.setProgressReceiver(ProgressReceiver progressReceiver)
Sets the
ProgressReceiver. |
Copyright © 2020 Microsoft Corporation. All rights reserved.