Uses of Class
com.azure.communication.callautomation.models.ParallelDownloadOptions
Packages that use ParallelDownloadOptions
Package
Description
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of ParallelDownloadOptions in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return ParallelDownloadOptionsModifier and TypeMethodDescriptionDownloadToFileOptions.getParallelDownloadOptions()Get the ParallelDownloadOptionsParallelDownloadOptions.setBlockSize(long blockSize) Sets the block size.ParallelDownloadOptions.setMaxConcurrency(int maxConcurrency) ParallelDownloadOptions.setProgressReceiver(com.azure.core.util.ProgressListener progressListener) Sets theProgressListener.Methods in com.azure.communication.callautomation.models with parameters of type ParallelDownloadOptionsModifier and TypeMethodDescriptionDownloadToFileOptions.setParallelDownloadOptions(ParallelDownloadOptions parallelDownloadOptions) Set the parallel download options.