Share via


BigDataPoolResourceInfo.NodeCount Property

Definition

Gets or sets the number of nodes in the Big Data pool.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to