AutoPauseProperties Class

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

Inheritance
AutoPauseProperties

Constructor

AutoPauseProperties(*, delay_in_minutes: Optional[int] = None, enabled: Optional[bool] = None, **kwargs)

Parameters

delay_in_minutes
int
Required

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

enabled
bool
Required

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