MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel 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 MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel : Microsoft.Azure.Management.DataMigration.Models.MigrateMySqlAzureDbForMySqlSyncTaskOutput
[<Newtonsoft.Json.JsonObject("DatabaseLevelOutput")>]
type MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel = class
inherit MigrateMySqlAzureDbForMySqlSyncTaskOutput
Public Class MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel
Inherits MigrateMySqlAzureDbForMySqlSyncTaskOutput
- Inheritance
-
MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel() |
Initializes a new instance of the MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel class. |
MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel(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 MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel 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 MigrateMySqlAzureDbForMySqlSyncTaskOutput) |
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 |