FileRequestOptions.ParallelOperationThreadCount Property

Definition

Gets or sets the number of ranges that may be simultaneously uploaded when uploading a file.

public int? ParallelOperationThreadCount { get; set; }
member this.ParallelOperationThreadCount : Nullable<int> with get, set
Public Property ParallelOperationThreadCount As Nullable(Of Integer)

Property Value

The number of parallel operations that may proceed.

Applies to