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.
The MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel.
public class MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel : Azure.ResourceManager.DataMigration.Models.MigrateMySqlAzureDBForMySqlSyncTaskOutput, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel>
type MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel = class
inherit MigrateMySqlAzureDBForMySqlSyncTaskOutput
interface IJsonModel<MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel>
interface IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel>
Public Class MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel
Inherits MigrateMySqlAzureDBForMySqlSyncTaskOutput
Implements IJsonModel(Of MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel), IPersistableModel(Of MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel)
- Inheritance
-
MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel
- Implements
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 MigrateMySqlAzureDBForMySqlSyncTaskOutput) |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |