Compartir a través de


ForEachActivity.BatchCount Propiedad

Definición

Obtiene o establece el número de lotes que se usará para controlar el número de ejecución en paralelo (cuando isSequential se establece en 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a