MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel interface
An interface representing MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel.
Properties
applied |
Number of applied changes NOTE: This property will not be serialized. It can only be populated by the server. |
cdc |
Number of cdc deletes NOTE: This property will not be serialized. It can only be populated by the server. |
cdc |
Number of cdc inserts NOTE: This property will not be serialized. It can only be populated by the server. |
cdc |
Number of cdc updates NOTE: This property will not be serialized. It can only be populated by the server. |
database |
Name of the database NOTE: This property will not be serialized. It can only be populated by the server. |
ended |
Migration end time NOTE: This property will not be serialized. It can only be populated by the server. |
full |
Number of tables completed in full load NOTE: This property will not be serialized. It can only be populated by the server. |
full |
Number of tables errored in full load NOTE: This property will not be serialized. It can only be populated by the server. |
full |
Number of tables loading in full load NOTE: This property will not be serialized. It can only be populated by the server. |
full |
Number of tables queued in full load NOTE: This property will not be serialized. It can only be populated by the server. |
id | Result identifier NOTE: This property will not be serialized. It can only be populated by the server. |
incoming |
Number of incoming changes NOTE: This property will not be serialized. It can only be populated by the server. |
initialization |
Indicates if initial load (full load) has been completed NOTE: This property will not be serialized. It can only be populated by the server. |
latency | CDC apply latency NOTE: This property will not be serialized. It can only be populated by the server. |
migration |
Migration state that this database is in. Possible values include: 'UNDEFINED', 'CONFIGURING', 'INITIALIAZING', 'STARTING', 'RUNNING', 'READY_TO_COMPLETE', 'COMPLETING', 'COMPLETE', 'CANCELLING', 'CANCELLED', 'FAILED' NOTE: This property will not be serialized. It can only be populated by the server. |
result |
Polymorphic Discriminator |
started |
Migration start time NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
appliedChanges
Number of applied changes NOTE: This property will not be serialized. It can only be populated by the server.
appliedChanges?: number
Property Value
number
cdcDeleteCounter
Number of cdc deletes NOTE: This property will not be serialized. It can only be populated by the server.
cdcDeleteCounter?: number
Property Value
number
cdcInsertCounter
Number of cdc inserts NOTE: This property will not be serialized. It can only be populated by the server.
cdcInsertCounter?: number
Property Value
number
cdcUpdateCounter
Number of cdc updates NOTE: This property will not be serialized. It can only be populated by the server.
cdcUpdateCounter?: number
Property Value
number
databaseName
Name of the database NOTE: This property will not be serialized. It can only be populated by the server.
databaseName?: string
Property Value
string
endedOn
Migration end time NOTE: This property will not be serialized. It can only be populated by the server.
endedOn?: Date
Property Value
Date
fullLoadCompletedTables
Number of tables completed in full load NOTE: This property will not be serialized. It can only be populated by the server.
fullLoadCompletedTables?: number
Property Value
number
fullLoadErroredTables
Number of tables errored in full load NOTE: This property will not be serialized. It can only be populated by the server.
fullLoadErroredTables?: number
Property Value
number
fullLoadLoadingTables
Number of tables loading in full load NOTE: This property will not be serialized. It can only be populated by the server.
fullLoadLoadingTables?: number
Property Value
number
fullLoadQueuedTables
Number of tables queued in full load NOTE: This property will not be serialized. It can only be populated by the server.
fullLoadQueuedTables?: number
Property Value
number
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
incomingChanges
Number of incoming changes NOTE: This property will not be serialized. It can only be populated by the server.
incomingChanges?: number
Property Value
number
initializationCompleted
Indicates if initial load (full load) has been completed NOTE: This property will not be serialized. It can only be populated by the server.
initializationCompleted?: boolean
Property Value
boolean
latency
CDC apply latency NOTE: This property will not be serialized. It can only be populated by the server.
latency?: number
Property Value
number
migrationState
Migration state that this database is in. Possible values include: 'UNDEFINED', 'CONFIGURING', 'INITIALIAZING', 'STARTING', 'RUNNING', 'READY_TO_COMPLETE', 'COMPLETING', 'COMPLETE', 'CANCELLING', 'CANCELLED', 'FAILED' NOTE: This property will not be serialized. It can only be populated by the server.
migrationState?: SyncDatabaseMigrationReportingState
Property Value
resultType
Polymorphic Discriminator
resultType: "DatabaseLevelOutput"
Property Value
"DatabaseLevelOutput"
startedOn
Migration start time NOTE: This property will not be serialized. It can only be populated by the server.
startedOn?: Date
Property Value
Date