MigrateSqlServerSqlDbSyncTaskOutputTableLevel interface

An interface representing MigrateSqlServerSqlDbSyncTaskOutputTableLevel.

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.

id

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

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.

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.

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