Bagikan melalui


ForEachActivity.BatchCount Property

Definition

Gets or sets batch count to be used for controlling the number of parallel execution (when isSequential is set to false).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to