MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel interface

Output for the task that migrates Oracle databases to Azure Database for PostgreSQL for online migrations

Extends

Properties

cdcDeleteCounter

Number of applied deletes NOTE: This property will not be serialized. It can only be populated by the server.

cdcInsertCounter

Number of applied inserts NOTE: This property will not be serialized. It can only be populated by the server.

cdcUpdateCounter

Number of applied updates NOTE: This property will not be serialized. It can only be populated by the server.

databaseName

Name of the database NOTE: This property will not be serialized. It can only be populated by the server.

dataErrorsCounter

Number of data errors occurred NOTE: This property will not be serialized. It can only be populated by the server.

fullLoadEndedOn

Full load end time NOTE: This property will not be serialized. It can only be populated by the server.

fullLoadEstFinishTime

Estimate to finish full load NOTE: This property will not be serialized. It can only be populated by the server.

fullLoadStartedOn

Full load start time NOTE: This property will not be serialized. It can only be populated by the server.

fullLoadTotalRows

Number of rows applied in full load NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedTime

Last modified time on target NOTE: This property will not be serialized. It can only be populated by the server.

resultType

Polymorphic discriminator, which specifies the different types this object can be

state

Current state of the table migration NOTE: This property will not be serialized. It can only be populated by the server.

tableName

Name of the table NOTE: This property will not be serialized. It can only be populated by the server.

totalChangesApplied

Total number of applied changes NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

Result identifier 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

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, which specifies the different types this object can be

resultType: "TableLevelOutput"

Property Value

"TableLevelOutput"

state

Current state of the table migration NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

Property Value

string

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

Inherited Property Details

id

Result identifier NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From MigrateOracleAzureDbPostgreSqlSyncTaskOutput.id