NodeStateCounts.RunningNodeCount 속성

정의

실행 중인 노드 수를 가져옵니다.

[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)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

작업을 실행하는 컴퓨팅 노드 수입니다.

적용 대상