Share via


MigrateOracleAzureDBPostgreSqlSyncTaskOutputTableLevel Class

Definition

The MigrateOracleAzureDBPostgreSqlSyncTaskOutputTableLevel.

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

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigrateOracleAzureDBPostgreSqlSyncTaskOutput)
IJsonModel<MigrateOracleAzureDBPostgreSqlSyncTaskOutputTableLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateOracleAzureDBPostgreSqlSyncTaskOutputTableLevel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateOracleAzureDBPostgreSqlSyncTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MigrateOracleAzureDBPostgreSqlSyncTaskOutput)
IPersistableModel<MigrateOracleAzureDBPostgreSqlSyncTaskOutputTableLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateOracleAzureDBPostgreSqlSyncTaskOutputTableLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateOracleAzureDBPostgreSqlSyncTaskOutputTableLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to