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 ParallelTransferOptionsParallelTransferOptions. setBlockSizeLong(Long blockSize)Sets the block size.ParallelTransferOptionsParallelTransferOptions. setMaxConcurrency(Integer maxConcurrency)ParallelTransferOptionsParallelTransferOptions. 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.ParallelTransferOptionsParallelTransferOptions. setProgressReceiver(ProgressReceiver progressReceiver)Sets theProgressReceiver.
-