LinkConnectionDetailedStatus

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
id string
name string
isApplyingChanges boolean
isPartiallyFailed boolean
startTime string
stopTime string
status string
continuousRunId string
error object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-linkconnectiondetailedstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LinkConnectionDetailedStatus",
  "title": "LinkConnectionDetailedStatus",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "isApplyingChanges": {
      "type": "boolean"
    },
    "isPartiallyFailed": {
      "type": "boolean"
    },
    "startTime": {
      "type": "string",
      "format": "date-time"
    },
    "stopTime": {
      "type": "string",
      "format": "date-time"
    },
    "status": {
      "type": "string"
    },
    "continuousRunId": {
      "type": "string"
    },
    "error": {
      "type": "object"
    }
  }
}