Compartir a través de


Job.NodeCount Propiedad

Definición

Obtiene o establece el número de nodos de proceso en los que ejecutar el trabajo.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

El trabajo se programará en que muchos nodos de proceso

Se aplica a