AutoScaleProperties interface
Auto-scaling properties of a Big Data pool powered by Apache Spark
Properties
enabled | Whether automatic scaling is enabled for the Big Data pool. |
max |
The maximum number of nodes the Big Data pool can support. |
min |
The minimum number of nodes the Big Data pool can support. |
Property Details
enabled
Whether automatic scaling is enabled for the Big Data pool.
enabled?: boolean
Property Value
boolean
maxNodeCount
The maximum number of nodes the Big Data pool can support.
maxNodeCount?: number
Property Value
number
minNodeCount
The minimum number of nodes the Big Data pool can support.
minNodeCount?: number
Property Value
number