Поделиться через


MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel Class

Definition

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)

Explicit Interface Implementations

IJsonModel<MigrateMySqlAzureDBForMySqlSyncTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MigrateMySqlAzureDBForMySqlSyncTaskOutput)
IJsonModel<MigrateMySqlAzureDBForMySqlSyncTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigrateMySqlAzureDBForMySqlSyncTaskOutput)
IJsonModel<MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MigrateMySqlAzureDBForMySqlSyncTaskOutput)
IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MigrateMySqlAzureDBForMySqlSyncTaskOutput)
IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MigrateMySqlAzureDBForMySqlSyncTaskOutput)
IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to