다음을 통해 공유


MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel Class

Definition

The MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel.

public class MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel : Azure.ResourceManager.DataMigration.Models.MigrateMySqlAzureDBForMySqlSyncTaskOutput, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel>
type MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel = class
    inherit MigrateMySqlAzureDBForMySqlSyncTaskOutput
    interface IJsonModel<MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel>
    interface IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel>
Public Class MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel
Inherits MigrateMySqlAzureDBForMySqlSyncTaskOutput
Implements IJsonModel(Of MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel), IPersistableModel(Of MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel)
Inheritance
MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel
Implements

Properties

CdcDeleteCounter

Number of applied deletes.

CdcInsertCounter

Number of applied inserts.

CdcUpdateCounter

Number of applied updates.

DatabaseName

Name of the database.

DataErrorsCounter

Number of data errors occurred.

FullLoadEndedOn

Full load end time.

FullLoadEstFinishOn

Estimate to finish full load.

FullLoadStartedOn

Full load start time.

FullLoadTotalRows

Number of rows applied in full load.

Id

Result identifier.

(Inherited from MigrateMySqlAzureDBForMySqlSyncTaskOutput)
LastModifiedOn

Last modified time on target.

State

Current state of the table migration.

TableName

Name of the table.

TotalChangesApplied

Total number of applied changes.

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<MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel>.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<MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to