AutoPauseProperties

Auto-pause properties of a Big Data pool.

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
delayInMinutes integer Number of minutes of idle time before auto-pause.
enabled boolean Whether auto-pausing is enabled.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-autopauseproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AutoPauseProperties",
  "title": "AutoPauseProperties",
  "type": "object",
  "description": "Auto-pause properties of a Big Data pool.",
  "properties": {
    "delayInMinutes": {
      "type": "integer",
      "description": "Number of minutes of idle time before auto-pause."
    },
    "enabled": {
      "type": "boolean",
      "description": "Whether auto-pausing is enabled."
    }
  }
}