AutoScaleProperties Class

Auto-scaling properties of a Big Data pool powered by Apache Spark.

Inheritance
AutoScaleProperties

Constructor

AutoScaleProperties(*, min_node_count: Optional[int] = None, enabled: Optional[bool] = None, max_node_count: Optional[int] = None, **kwargs)

Parameters

min_node_count
int
Required

The minimum number of nodes the Big Data pool can support.

enabled
bool
Required

Whether automatic scaling is enabled for the Big Data pool.

max_node_count
int
Required

The maximum number of nodes the Big Data pool can support.