DbMigrationStatus interface
Migration status of an individual database
Properties
applied |
CDC applied changes counter |
cdc |
CDC delete counter |
cdc |
CDC insert counter |
cdc |
CDC update counter |
database |
Name of the database |
ended |
End date-time of a migration state |
full |
Number of tables loaded during the migration of a DB |
full |
Number of tables errored out during the migration of a DB |
full |
Number of tables loading during the migration of a DB |
full |
Number of tables queued for the migration of a DB |
incoming |
CDC incoming changes counter |
latency | Lag in seconds between source and target during online phase |
message | Error message, if any, for the migration state |
migration |
Migration operation of an individual database |
migration |
Migration db state of an individual database |
started |
Start date-time of a migration state |
Property Details
appliedChanges
CDC applied changes counter
appliedChanges?: number
Property Value
number
cdcDeleteCounter
CDC delete counter
cdcDeleteCounter?: number
Property Value
number
cdcInsertCounter
CDC insert counter
cdcInsertCounter?: number
Property Value
number
cdcUpdateCounter
CDC update counter
cdcUpdateCounter?: number
Property Value
number
databaseName
Name of the database
databaseName?: string
Property Value
string
endedOn
End date-time of a migration state
endedOn?: Date
Property Value
Date
fullLoadCompletedTables
Number of tables loaded during the migration of a DB
fullLoadCompletedTables?: number
Property Value
number
fullLoadErroredTables
Number of tables errored out during the migration of a DB
fullLoadErroredTables?: number
Property Value
number
fullLoadLoadingTables
Number of tables loading during the migration of a DB
fullLoadLoadingTables?: number
Property Value
number
fullLoadQueuedTables
Number of tables queued for the migration of a DB
fullLoadQueuedTables?: number
Property Value
number
incomingChanges
CDC incoming changes counter
incomingChanges?: number
Property Value
number
latency
Lag in seconds between source and target during online phase
latency?: number
Property Value
number
message
Error message, if any, for the migration state
message?: string
Property Value
string
migrationOperation
Migration operation of an individual database
migrationOperation?: string
Property Value
string
migrationState
Migration db state of an individual database
migrationState?: string
Property Value
string
startedOn
Start date-time of a migration state
startedOn?: Date
Property Value
Date