CreateDataFlowDebugSessionRequest

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
computeType string
coreCount integer
timeToLiveInMinutes integer
integrationRuntime object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-createdataflowdebugsessionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateDataFlowDebugSessionRequest",
  "title": "CreateDataFlowDebugSessionRequest",
  "type": "object",
  "properties": {
    "computeType": {
      "type": "string"
    },
    "coreCount": {
      "type": "integer"
    },
    "timeToLiveInMinutes": {
      "type": "integer"
    },
    "integrationRuntime": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "properties": {
          "type": "object"
        }
      }
    }
  }
}