CreateDataFlowDebugSessionResponse

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

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

JSON Schema

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