SparkPoolAutoScale

data class SparkPoolAutoScale(val maxNodeCount: Int, val minNodeCount: Int)

Constructors

Link copied to clipboard
constructor(maxNodeCount: Int, minNodeCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of nodes the Spark Pool can support. Must be between 3 and 200.

Link copied to clipboard

The minimum number of nodes the Spark Pool can support. Must be between 3 and 200.