SparkConfiguration

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
description string
configs object Spark configuration key-value pairs.
annotations array
notes string
createdBy string
created string
configMergeRule object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-sparkconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SparkConfiguration",
  "title": "SparkConfiguration",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "configs": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Spark configuration key-value pairs."
    },
    "annotations": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "notes": {
      "type": "string"
    },
    "createdBy": {
      "type": "string",
      "readOnly": true
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "configMergeRule": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}