Share via


AutoScaleProperties Class

Definition

Spark pool auto-scaling properties

public class AutoScaleProperties
type AutoScaleProperties = class
Public Class AutoScaleProperties
Inheritance
AutoScaleProperties

Remarks

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

Constructors

AutoScaleProperties()

Initializes a new instance of the AutoScaleProperties class.

AutoScaleProperties(Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>)

Initializes a new instance of the AutoScaleProperties class.

Properties

Enabled

Gets or sets whether automatic scaling is enabled for the Big Data pool.

MaxNodeCount

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

MinNodeCount

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

Applies to