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; }
Public Property MaxListingConcurrency As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> MaxListingConcurrency {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MaxListingConcurrency : Nullable<int> with get, set
Property Value
Type:
NullableInt32How many listing works to process concurrently.
See Also