Click or drag to resize

TransferConfigurationsMaxListingConcurrency Property

Gets or sets a value indicating how many listing works to process concurrently. When source is an Azure File directory or local file directory, DataMovement Library would list the directory in parallel. This value is to indicate the maximum number of listing works to process in parallel.

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 Nullable<int> MaxListingConcurrency { get; set; }

Property Value

Type: NullableInt32
How many listing works to process concurrently.
See Also