DeleteDataFlowDebugSessionRequest

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
sessionId string
View JSON Schema on GitHub

JSON Schema

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