CreateRunResponse

Response body with a run identifier.

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
runId string Identifier of the created run.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-createrunresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateRunResponse",
  "title": "CreateRunResponse",
  "type": "object",
  "description": "Response body with a run identifier.",
  "properties": {
    "runId": {
      "type": "string",
      "description": "Identifier of the created run."
    }
  }
}