MigrateSqlServerSqlDBSyncTaskOutputDatabaseLevel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The MigrateSqlServerSqlDBSyncTaskOutputDatabaseLevel.
public class MigrateSqlServerSqlDBSyncTaskOutputDatabaseLevel : Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlDBSyncTaskOutput
type MigrateSqlServerSqlDBSyncTaskOutputDatabaseLevel = class
inherit MigrateSqlServerSqlDBSyncTaskOutput
Public Class MigrateSqlServerSqlDBSyncTaskOutputDatabaseLevel
Inherits MigrateSqlServerSqlDBSyncTaskOutput
- Inheritance
Properties
AppliedChanges |
Number of applied changes. |
CdcDeleteCounter |
Number of cdc deletes. |
CdcInsertCounter |
Number of cdc inserts. |
CdcUpdateCounter |
Number of cdc updates. |
DatabaseName |
Name of the database. |
EndedOn |
Migration end time. |
FullLoadCompletedTables |
Number of tables completed in full load. |
FullLoadErroredTables |
Number of tables errored in full load. |
FullLoadLoadingTables |
Number of tables loading in full load. |
FullLoadQueuedTables |
Number of tables queued in full load. |
Id |
Result identifier. (Inherited from MigrateSqlServerSqlDBSyncTaskOutput) |
IncomingChanges |
Number of incoming changes. |
InitializationCompleted |
Indicates if initial load (full load) has been completed. |
Latency |
CDC apply latency. |
MigrationState |
Migration state that this database is in. |
StartedOn |
Migration start time. |
Applies to
Azure SDK for .NET