DynamicExecutorAllocation

Dynamic executor allocation.

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
enabled boolean Whether dynamic executor allocation is enabled.
minExecutors integer Minimum number of executors.
maxExecutors integer Maximum number of executors.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-dynamicexecutorallocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DynamicExecutorAllocation",
  "title": "DynamicExecutorAllocation",
  "type": "object",
  "description": "Dynamic executor allocation.",
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "Whether dynamic executor allocation is enabled."
    },
    "minExecutors": {
      "type": "integer",
      "description": "Minimum number of executors."
    },
    "maxExecutors": {
      "type": "integer",
      "description": "Maximum number of executors."
    }
  }
}