Share via


NodeStateCounts.RunningNodeCount Property

Definition

Gets running node count.

[Newtonsoft.Json.JsonProperty(PropertyName="runningNodeCount")]
public int? RunningNodeCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="runningNodeCount")>]
member this.RunningNodeCount : Nullable<int>
Public ReadOnly Property RunningNodeCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Number of compute nodes which are running jobs.

Applies to