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.
[Newtonsoft.Json.JsonObject("DatabaseLevelOutput")]
public class MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel : Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncTaskOutput
[<Newtonsoft.Json.JsonObject("DatabaseLevelOutput")>]
type MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel = class
inherit MigrateSqlServerSqlDbSyncTaskOutput
Public Class MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel
Inherits MigrateSqlServerSqlDbSyncTaskOutput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel() |
Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel class. |
MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Int64>) |
Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel class. |
Properties
AppliedChanges |
Gets number of applied changes |
CdcDeleteCounter |
Gets number of cdc deletes |
CdcInsertCounter |
Gets number of cdc inserts |
CdcUpdateCounter |
Gets number of cdc updates |
DatabaseName |
Gets name of the database |
EndedOn |
Gets migration end time |
FullLoadCompletedTables |
Gets number of tables completed in full load |
FullLoadErroredTables |
Gets number of tables errored in full load |
FullLoadLoadingTables |
Gets number of tables loading in full load |
FullLoadQueuedTables |
Gets number of tables queued in full load |
Id |
Gets result identifier (Inherited from MigrateSqlServerSqlDbSyncTaskOutput) |
IncomingChanges |
Gets number of incoming changes |
InitializationCompleted |
Gets indicates if initial load (full load) has been completed |
Latency |
Gets cDC apply latency |
MigrationState |
Gets migration state that this database is in Possible values include: 'UNDEFINED', 'CONFIGURING', 'INITIALIAZING', 'STARTING', 'RUNNING', 'READY_TO_COMPLETE', 'COMPLETING', 'COMPLETE', 'CANCELLING', 'CANCELLED', 'FAILED' |
StartedOn |
Gets migration start time |