KustoPoolUpdate

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
tags object
sku object
properties object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-kustopoolupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/KustoPoolUpdate",
  "title": "KustoPoolUpdate",
  "type": "object",
  "properties": {
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "sku": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "capacity": {
          "type": "integer"
        },
        "size": {
          "type": "string"
        }
      }
    },
    "properties": {
      "type": "object",
      "properties": {
        "optimizedAutoscale": {
          "type": "object",
          "properties": {
            "version": {
              "type": "integer"
            },
            "isEnabled": {
              "type": "boolean"
            },
            "minimum": {
              "type": "integer"
            },
            "maximum": {
              "type": "integer"
            }
          }
        },
        "enableStreamingIngest": {
          "type": "boolean"
        },
        "enablePurge": {
          "type": "boolean"
        }
      }
    }
  }
}