AutoScalePropertiesResponse

data class AutoScalePropertiesResponse(val enabled: Boolean? = null, val maxNodeCount: Int? = null, val minNodeCount: Int? = null)

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

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, maxNodeCount: Int? = null, minNodeCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether automatic scaling is enabled for the Big Data pool.

Link copied to clipboard
val maxNodeCount: Int? = null

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

Link copied to clipboard
val minNodeCount: Int? = null

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