NodeStateCounts.LeavingNodeCount 속성

정의

노드 수에서 벗어나는 것을 가져옵니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

클러스터를 벗어나는 컴퓨팅 노드 수입니다.

적용 대상