Share via


MigrateSqlServerSqlDBSyncTaskOutputDatabaseLevel Class

Definition

The MigrateSqlServerSqlDBSyncTaskOutputDatabaseLevel.

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSqlServerSqlDBSyncTaskOutputDatabaseLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSqlServerSqlDBSyncTaskOutputDatabaseLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to