MongoDbThrottlingSettings.MaxParallelism Property

Definition

Gets or sets the maximum number of work items (e.g. collection copies) that will be processed in parallel

[Newtonsoft.Json.JsonProperty(PropertyName="maxParallelism")]
public int? MaxParallelism { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxParallelism")>]
member this.MaxParallelism : Nullable<int> with get, set
Public Property MaxParallelism As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to