共用方式為


MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputTableLevel Class

Definition

The MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputTableLevel.

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

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput)
IJsonModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputTableLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputTableLevel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput)
IPersistableModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputTableLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputTableLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputTableLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to