Uses of Class
com.azure.storage.common.ParallelTransferOptions
-
Packages that use ParallelTransferOptions Package Description com.azure.storage.common This package contains generic classes used by Azure Storage services. -
-
Uses of ParallelTransferOptions in com.azure.storage.common
Methods in com.azure.storage.common that return ParallelTransferOptions Modifier and Type Method 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 theProgressReceiver
.
-