TumblingWindowTrigger.MaxConcurrency Property

Definition

Gets or sets the max number of parallel time windows (ready for execution) for which a new run is triggered.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.maxConcurrency")]
public int MaxConcurrency { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.maxConcurrency")>]
member this.MaxConcurrency : int with get, set
Public Property MaxConcurrency As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to