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; }
Public Property ParallelOperations As Integer
Get
Set
public:
property int ParallelOperations {
int get ();
void set (int value);
}
member ParallelOperations : int with get, set
Property Value
Type:
Int32How many work items to process concurrently.
See Also