ForEachActivity.BatchCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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