Click or drag to resize

TransferConfigurationsParallelOperations Property

Gets or sets a value indicating how many work items to process concurrently. Downloading or uploading a single blob can consist of a large number of work items.

Namespace:  Microsoft.Azure.Storage.DataMovement
Assembly:  Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public int ParallelOperations { get; set; }

Property Value

Type: Int32
How many work items to process concurrently.
See Also