SparkBatchJob

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
id integer
name string
state string
appId string
log array
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-sparkbatchjob-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SparkBatchJob",
  "title": "SparkBatchJob",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "appId": {
      "type": "string"
    },
    "log": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}