SparkStatement

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
id integer
code string
state string
output object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-sparkstatement-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SparkStatement",
  "title": "SparkStatement",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "code": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "output": {
      "type": "object",
      "properties": {
        "status": {
          "type": "string"
        },
        "executionCount": {
          "type": "integer"
        },
        "data": {
          "type": "object"
        }
      }
    }
  }
}