TransferConfigurations.ParallelOperations Property

 

Updated: January 5, 2017

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.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)

public int ParallelOperations { get; set; }

Property Value

Type: System.Int32

How many work items to process concurrently.

Return to top
Show: