Share via


MigrateSqlServerSqlDBSyncTaskOutputTableLevel Class

Definition

The MigrateSqlServerSqlDBSyncTaskOutputTableLevel.

public class MigrateSqlServerSqlDBSyncTaskOutputTableLevel : Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlDBSyncTaskOutput, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlDBSyncTaskOutputTableLevel>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlDBSyncTaskOutputTableLevel>
type MigrateSqlServerSqlDBSyncTaskOutputTableLevel = class
    inherit MigrateSqlServerSqlDBSyncTaskOutput
    interface IJsonModel<MigrateSqlServerSqlDBSyncTaskOutputTableLevel>
    interface IPersistableModel<MigrateSqlServerSqlDBSyncTaskOutputTableLevel>
Public Class MigrateSqlServerSqlDBSyncTaskOutputTableLevel
Inherits MigrateSqlServerSqlDBSyncTaskOutput
Implements IJsonModel(Of MigrateSqlServerSqlDBSyncTaskOutputTableLevel), IPersistableModel(Of MigrateSqlServerSqlDBSyncTaskOutputTableLevel)
Inheritance
MigrateSqlServerSqlDBSyncTaskOutputTableLevel
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 MigrateSqlServerSqlDBSyncTaskOutput)
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<MigrateSqlServerSqlDBSyncTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigrateSqlServerSqlDBSyncTaskOutput)
IJsonModel<MigrateSqlServerSqlDBSyncTaskOutputTableLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSqlServerSqlDBSyncTaskOutputTableLevel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateSqlServerSqlDBSyncTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MigrateSqlServerSqlDBSyncTaskOutput)
IPersistableModel<MigrateSqlServerSqlDBSyncTaskOutputTableLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSqlServerSqlDBSyncTaskOutputTableLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSqlServerSqlDBSyncTaskOutputTableLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to