DataFlowDebugPackage

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
sessionId string
dataFlow object
datasets array
linkedServices array
staging object
debugSettings object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-dataflowdebugpackage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataFlowDebugPackage",
  "title": "DataFlowDebugPackage",
  "type": "object",
  "properties": {
    "sessionId": {
      "type": "string"
    },
    "dataFlow": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "properties": {
          "type": "object"
        }
      }
    },
    "datasets": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "linkedServices": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "staging": {
      "type": "object"
    },
    "debugSettings": {
      "type": "object"
    }
  }
}