DataFlowDebugCommandResponse

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
status string
data string
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-dataflowdebugcommandresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataFlowDebugCommandResponse",
  "title": "DataFlowDebugCommandResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "data": {
      "type": "string"
    }
  }
}