Azure Synapse Analytics · JSON Structure

Azure Synapse Big Data Pool Structure

An Apache Spark pool resource.

Type: object Properties: 4
AnalyticsApache SparkBig DataData WarehouseETLSQL

BigDataPool is a JSON Structure definition published by Azure Synapse Analytics, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name location properties

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-synapse/refs/heads/main/json-structure/azure-synapse-big-data-pool-structure.json",
  "description": "An Apache Spark pool resource.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "readOnly": true
    },
    "location": {
      "type": "string"
    },
    "properties": {
      "type": "object",
      "properties": {
        "provisioningState": {
          "type": "string",
          "readOnly": true
        },
        "nodeCount": {
          "type": "integer"
        },
        "nodeSize": {
          "type": "string",
          "enum": [
            "Small",
            "Medium",
            "Large",
            "XLarge",
            "XXLarge",
            "XXXLarge"
          ]
        },
        "sparkVersion": {
          "type": "string"
        },
        "autoScaleProperties": {
          "type": "object",
          "properties": {
            "minNodeCount": {
              "type": "integer"
            },
            "maxNodeCount": {
              "type": "integer"
            },
            "enabled": {
              "type": "boolean"
            }
          }
        }
      }
    }
  },
  "name": "BigDataPool"
}