MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel interface

An interface representing MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel.

Properties

appliedChanges

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

cdcDeleteCounter

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

cdcInsertCounter

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

cdcUpdateCounter

Number of cdc 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.

endedOn

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

fullLoadCompletedTables

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

fullLoadErroredTables

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

fullLoadLoadingTables

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

fullLoadQueuedTables

Number of tables queued 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.

incomingChanges

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

initializationCompleted

Indicates if initial load (full load) has been completed NOTE: This property will not be serialized. It can only be populated by the server.

latency

CDC apply latency NOTE: This property will not be serialized. It can only be populated by the server.

migrationState

Migration state that this database is in. Possible values include: 'UNDEFINED', 'CONFIGURING', 'INITIALIAZING', 'STARTING', 'RUNNING', 'READY_TO_COMPLETE', 'COMPLETING', 'COMPLETE', 'CANCELLING', 'CANCELLED', 'FAILED' NOTE: This property will not be serialized. It can only be populated by the server.

resultType

Polymorphic Discriminator

startedOn

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

Property Details

appliedChanges

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

appliedChanges?: number

Property Value

number

cdcDeleteCounter

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

cdcDeleteCounter?: number

Property Value

number

cdcInsertCounter

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

cdcInsertCounter?: number

Property Value

number

cdcUpdateCounter

Number of cdc 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

endedOn

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

endedOn?: Date

Property Value

Date

fullLoadCompletedTables

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

fullLoadCompletedTables?: number

Property Value

number

fullLoadErroredTables

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

fullLoadErroredTables?: number

Property Value

number

fullLoadLoadingTables

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

fullLoadLoadingTables?: number

Property Value

number

fullLoadQueuedTables

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

fullLoadQueuedTables?: 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

incomingChanges

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

incomingChanges?: number

Property Value

number

initializationCompleted

Indicates if initial load (full load) has been completed NOTE: This property will not be serialized. It can only be populated by the server.

initializationCompleted?: boolean

Property Value

boolean

latency

CDC apply latency NOTE: This property will not be serialized. It can only be populated by the server.

latency?: number

Property Value

number

migrationState

Migration state that this database is in. Possible values include: 'UNDEFINED', 'CONFIGURING', 'INITIALIAZING', 'STARTING', 'RUNNING', 'READY_TO_COMPLETE', 'COMPLETING', 'COMPLETE', 'CANCELLING', 'CANCELLED', 'FAILED' NOTE: This property will not be serialized. It can only be populated by the server.

migrationState?: SyncDatabaseMigrationReportingState

Property Value

resultType

Polymorphic Discriminator

resultType: "DatabaseLevelOutput"

Property Value

"DatabaseLevelOutput"

startedOn

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

startedOn?: Date

Property Value

Date