Share via


NodeStateCounts.LeavingNodeCount Property

Definition

Gets leaving node count.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Number of compute nodes which are leaving the cluster.

Applies to