MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevelResponse

data class MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevelResponse(val appliedChanges: Double, val cdcDeleteCounter: Double, val cdcInsertCounter: Double, val cdcUpdateCounter: Double, val databaseName: String, val endedOn: String, val fullLoadCompletedTables: Double, val fullLoadErroredTables: Double, val fullLoadLoadingTables: Double, val fullLoadQueuedTables: Double, val id: String, val incomingChanges: Double, val initializationCompleted: Boolean, val latency: Double, val migrationState: String, val resultType: String, val startedOn: String)

Constructors

constructor(appliedChanges: Double, cdcDeleteCounter: Double, cdcInsertCounter: Double, cdcUpdateCounter: Double, databaseName: String, endedOn: String, fullLoadCompletedTables: Double, fullLoadErroredTables: Double, fullLoadLoadingTables: Double, fullLoadQueuedTables: Double, id: String, incomingChanges: Double, initializationCompleted: Boolean, latency: Double, migrationState: String, resultType: String, startedOn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of applied changes

Link copied to clipboard

Number of cdc deletes

Link copied to clipboard

Number of cdc inserts

Link copied to clipboard

Number of cdc updates

Link copied to clipboard

Name of the database

Link copied to clipboard

Migration end time

Link copied to clipboard

Number of tables completed in full load

Link copied to clipboard

Number of tables errored in full load

Link copied to clipboard

Number of tables loading in full load

Link copied to clipboard

Number of tables queued in full load

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard

Number of incoming changes

Link copied to clipboard

Indicates if initial load (full load) has been completed

Link copied to clipboard

CDC apply latency

Link copied to clipboard

Migration state that this database is in

Link copied to clipboard

Result type Expected value is 'DatabaseLevelOutput'.

Link copied to clipboard

Migration start time