DatabaseMigrationState interface
Migration state of a database.
Properties
| applied |
Change Data Capture applied changes counter. |
| cdc |
Change Data Capture delete counter. |
| cdc |
Change Data Capture insert counter. |
| cdc |
Change Data Capture update counter. |
| database |
Name of database. |
| ended |
End time of a migration state. |
| full |
Number of tables loaded during the migration of a database. |
| full |
Number of tables encountering errors during the migration of a database. |
| full |
Number of tables loading during the migration of a database. |
| full |
Number of tables queued for the migration of a database. |
| incoming |
Change Data Capture 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 a database. |
| migration |
Migration state of a database. |
| started |
Start time of a migration state. |
Property Details
appliedChanges
Change Data Capture applied changes counter.
appliedChanges?: number
Property Value
number
cdcDeleteCounter
Change Data Capture delete counter.
cdcDeleteCounter?: number
Property Value
number
cdcInsertCounter
Change Data Capture insert counter.
cdcInsertCounter?: number
Property Value
number
cdcUpdateCounter
Change Data Capture update counter.
cdcUpdateCounter?: number
Property Value
number
databaseName
Name of database.
databaseName?: string
Property Value
string
endedOn
End time of a migration state.
endedOn?: Date
Property Value
Date
fullLoadCompletedTables
Number of tables loaded during the migration of a database.
fullLoadCompletedTables?: number
Property Value
number
fullLoadErroredTables
Number of tables encountering errors during the migration of a database.
fullLoadErroredTables?: number
Property Value
number
fullLoadLoadingTables
Number of tables loading during the migration of a database.
fullLoadLoadingTables?: number
Property Value
number
fullLoadQueuedTables
Number of tables queued for the migration of a database.
fullLoadQueuedTables?: number
Property Value
number
incomingChanges
Change Data Capture 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 a database.
migrationOperation?: string
Property Value
string
migrationState
Migration state of a database.
migrationState?: string
Property Value
string
startedOn
Start time of a migration state.
startedOn?: Date
Property Value
Date