Share via


DataFlowDebugSessionInfo.NodeCount Property

Definition

Gets or sets node count of the cluster. (deprecated property)

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to