MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel interface

Output for the task that migrates on-prem SQL Server databases to Azure SQL Database for online migrations

Extends

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.

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

startedOn

Migration start time 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

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

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 NOTE: This property will not be serialized. It can only be populated by the server.

migrationState?: string

Property Value

string

resultType

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

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

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 MigrateSqlServerSqlDbSyncTaskOutput.id