LinkConnectionDetailedStatus interface
Properties
| continuous |
Link connection's corresponding continuous run id |
| error | Link connection error |
| id | Link connection id |
| is |
Is link connection applying changes |
| is |
Is link connection partially failed |
| landing |
Link connection landing zone credential expire time |
| name | Link connection name |
| refresh |
Link connection refresh status |
| start |
Link connection start time |
| status | Link connection status, please refer to this articles for details. |
| stop |
Link connection stop time |
Property Details
continuousRunId
Link connection's corresponding continuous run id
continuousRunId?: string
Property Value
string
error
Link connection error
error?: any
Property Value
any
id
Link connection id
id?: string
Property Value
string
isApplyingChanges
Is link connection applying changes
isApplyingChanges?: boolean
Property Value
boolean
isPartiallyFailed
Is link connection partially failed
isPartiallyFailed?: boolean
Property Value
boolean
landingZoneCredentialExpireTime
Link connection landing zone credential expire time
landingZoneCredentialExpireTime?: Date
Property Value
Date
name
Link connection name
name?: string
Property Value
string
refreshStatus
Link connection refresh status
refreshStatus?: LinkConnectionRefreshStatus
Property Value
startTime
Link connection start time
startTime?: any
Property Value
any
status
Link connection status, please refer to this articles for details.
status?: string
Property Value
string
stopTime
Link connection stop time
stopTime?: any
Property Value
any