MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel interface
An interface representing MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel.
Properties
cdc |
Number of applied deletes NOTE: This property will not be serialized. It can only be populated by the server. |
cdc |
Number of applied inserts NOTE: This property will not be serialized. It can only be populated by the server. |
cdc |
Number of applied 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. |
data |
Number of data errors occurred NOTE: This property will not be serialized. It can only be populated by the server. |
full |
Full load end time NOTE: This property will not be serialized. It can only be populated by the server. |
full |
Estimate to finish full load NOTE: This property will not be serialized. It can only be populated by the server. |
full |
Full load start time NOTE: This property will not be serialized. It can only be populated by the server. |
full |
Number of rows applied 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. |
last |
Last modified time on target NOTE: This property will not be serialized. It can only be populated by the server. |
result |
Polymorphic Discriminator |
state | Current state of the table migration. Possible values include: 'BEFORE_LOAD', 'FULL_LOAD', 'COMPLETED', 'CANCELED', 'ERROR', 'FAILED' NOTE: This property will not be serialized. It can only be populated by the server. |
table |
Name of the table NOTE: This property will not be serialized. It can only be populated by the server. |
total |
Total number of applied changes NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
cdcDeleteCounter
Number of applied deletes NOTE: This property will not be serialized. It can only be populated by the server.
cdcDeleteCounter?: number
Property Value
number
cdcInsertCounter
Number of applied inserts NOTE: This property will not be serialized. It can only be populated by the server.
cdcInsertCounter?: number
Property Value
number
cdcUpdateCounter
Number of applied 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
dataErrorsCounter
Number of data errors occurred NOTE: This property will not be serialized. It can only be populated by the server.
dataErrorsCounter?: number
Property Value
number
fullLoadEndedOn
Full load end time NOTE: This property will not be serialized. It can only be populated by the server.
fullLoadEndedOn?: Date
Property Value
Date
fullLoadEstFinishTime
Estimate to finish full load NOTE: This property will not be serialized. It can only be populated by the server.
fullLoadEstFinishTime?: Date
Property Value
Date
fullLoadStartedOn
Full load start time NOTE: This property will not be serialized. It can only be populated by the server.
fullLoadStartedOn?: Date
Property Value
Date
fullLoadTotalRows
Number of rows applied in full load NOTE: This property will not be serialized. It can only be populated by the server.
fullLoadTotalRows?: 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
lastModifiedTime
Last modified time on target NOTE: This property will not be serialized. It can only be populated by the server.
lastModifiedTime?: Date
Property Value
Date
resultType
Polymorphic Discriminator
resultType: "TableLevelOutput"
Property Value
"TableLevelOutput"
state
Current state of the table migration. Possible values include: 'BEFORE_LOAD', 'FULL_LOAD', 'COMPLETED', 'CANCELED', 'ERROR', 'FAILED' NOTE: This property will not be serialized. It can only be populated by the server.
state?: SyncTableMigrationState
Property Value
tableName
Name of the table NOTE: This property will not be serialized. It can only be populated by the server.
tableName?: string
Property Value
string
totalChangesApplied
Total number of applied changes NOTE: This property will not be serialized. It can only be populated by the server.
totalChangesApplied?: number
Property Value
number