Uses of Class
com.azure.storage.common.ParallelTransferOptions
Packages that use ParallelTransferOptions
Package
Description
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 ParallelTransferOptionsModifier and TypeMethodDescriptionParallelTransferOptions.setBlockSizeLong(Long blockSize) Sets the block size.ParallelTransferOptions.setMaxConcurrency(Integer maxConcurrency) Sets the maximum number of parallel requests that will be issued at any given time.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.setProgressListener(com.azure.core.util.ProgressListener progressListener) Sets theProgressReceiver.ParallelTransferOptions.setProgressReceiver(ProgressReceiver progressReceiver) Deprecated.
setProgressListener(ProgressListener)