AutoPausePropertiesResponse

data class AutoPausePropertiesResponse(val delayInMinutes: Int? = null, val enabled: Boolean? = null)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val delayInMinutes: Int? = null

Number of minutes of idle time before the Big Data pool is automatically paused.

Link copied to clipboard
val enabled: Boolean? = null

Whether auto-pausing is enabled for the Big Data pool.