Number of threads that will be used for the VC.Upload and VC.Download methods
Namespace: Microsoft.Cosmos.ManagementAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public int MaxConcurrentTasksForUploadOrDownload { get; set; } |
Visual Basic |
---|
Public Property MaxConcurrentTasksForUploadOrDownload As Integer Get Set |
Visual C++ |
---|
public: property int MaxConcurrentTasksForUploadOrDownload { int get (); void set (int value); } |