MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevelResponse

data class MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevelResponse(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

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)

Types

Link copied to clipboard
object Companion

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
val id: String

Result identifier

Link copied to clipboard

Last modified time on target

Link copied to clipboard

Result type Expected value is 'TableLevelOutput'.

Link copied to clipboard

Current state of the table migration

Link copied to clipboard

Name of the table

Link copied to clipboard

Total number of applied changes