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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript