LinkTableStatus interface
Properties
| error |
Link table error code |
| error |
Link table error message |
| id | ID provided by the client |
| last |
Link table last processed data time |
| last |
Link table last transaction commit time |
| link |
Link table ID |
| start |
Link table start time |
| status | Link table status, please refer to this articles for details. |
| stop |
Link table stop time |
Property Details
errorCode
Link table error code
errorCode?: string
Property Value
string
errorMessage
Link table error message
errorMessage?: string
Property Value
string
id
ID provided by the client
id?: string
Property Value
string
lastProcessedData
Link table last processed data time
lastProcessedData?: Date
Property Value
Date
lastTransactionCommitTime
Link table last transaction commit time
lastTransactionCommitTime?: Date
Property Value
Date
linkTableId
Link table ID
linkTableId?: string
Property Value
string
startTime
Link table start time
startTime?: any
Property Value
any
status
stopTime
Link table stop time
stopTime?: any
Property Value
any