AutoScaleProperties.MinNodeCount Property

Definition

Gets or sets the minimum number of nodes the Big Data pool can support.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to