Migrate Sql Server Sql Db Sync Task Output Table Level Response
data class MigrateSqlServerSqlDbSyncTaskOutputTableLevelResponse(val cdcDeleteCounter: Double, val cdcInsertCounter: Double, val cdcUpdateCounter: Double, val dataErrorsCounter: Double, val databaseName: String, val fullLoadEndedOn: String, val fullLoadEstFinishTime: String, val fullLoadStartedOn: String, val fullLoadTotalRows: Double, val id: String, val lastModifiedTime: String, val resultType: String, val state: String, val tableName: String, val totalChangesApplied: Double)
Constructors
Link copied to clipboard
constructor(cdcDeleteCounter: Double, cdcInsertCounter: Double, cdcUpdateCounter: Double, dataErrorsCounter: Double, databaseName: String, fullLoadEndedOn: String, fullLoadEstFinishTime: String, fullLoadStartedOn: String, fullLoadTotalRows: Double, id: String, lastModifiedTime: String, resultType: String, state: String, tableName: String, totalChangesApplied: Double)
Properties
Link copied to clipboard
Number of applied deletes
Link copied to clipboard
Number of applied inserts
Link copied to clipboard
Number of applied updates
Link copied to clipboard
Name of the database
Link copied to clipboard
Number of data errors occurred
Link copied to clipboard
Full load end time
Link copied to clipboard
Estimate to finish full load
Link copied to clipboard
Full load start time
Link copied to clipboard
Number of rows applied in full load
Link copied to clipboard
Last modified time on target
Link copied to clipboard
Result type Expected value is 'TableLevelOutput'.
Link copied to clipboard
Total number of applied changes