MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel Class

public final class MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel
extends MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput

The MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel model.

Constructor Summary

Constructor Description
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel()

Creates an instance of MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel class.

Method Summary

Modifier and Type Method and Description
Long cdcDeleteCounter()

Get the cdcDeleteCounter property: Number of applied deletes.

Long cdcInsertCounter()

Get the cdcInsertCounter property: Number of applied inserts.

Long cdcUpdateCounter()

Get the cdcUpdateCounter property: Number of applied updates.

Long dataErrorsCounter()

Get the dataErrorsCounter property: Number of data errors occurred.

String databaseName()

Get the databaseName property: Name of the database.

OffsetDateTime fullLoadEndedOn()

Get the fullLoadEndedOn property: Full load end time.

OffsetDateTime fullLoadEstFinishTime()

Get the fullLoadEstFinishTime property: Estimate to finish full load.

OffsetDateTime fullLoadStartedOn()

Get the fullLoadStartedOn property: Full load start time.

Long fullLoadTotalRows()

Get the fullLoadTotalRows property: Number of rows applied in full load.

OffsetDateTime lastModifiedTime()

Get the lastModifiedTime property: Last modified time on target.

SyncTableMigrationState state()

Get the state property: Current state of the table migration.

String tableName()

Get the tableName property: Name of the table.

Long totalChangesApplied()

Get the totalChangesApplied property: Total number of applied changes.

void validate()

Validates the instance.

Methods inherited from MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput

Methods inherited from java.lang.Object

Constructor Details

MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel

public MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel()

Creates an instance of MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel class.

Method Details

cdcDeleteCounter

public Long cdcDeleteCounter()

Get the cdcDeleteCounter property: Number of applied deletes.

Returns:

the cdcDeleteCounter value.

cdcInsertCounter

public Long cdcInsertCounter()

Get the cdcInsertCounter property: Number of applied inserts.

Returns:

the cdcInsertCounter value.

cdcUpdateCounter

public Long cdcUpdateCounter()

Get the cdcUpdateCounter property: Number of applied updates.

Returns:

the cdcUpdateCounter value.

dataErrorsCounter

public Long dataErrorsCounter()

Get the dataErrorsCounter property: Number of data errors occurred.

Returns:

the dataErrorsCounter value.

databaseName

public String databaseName()

Get the databaseName property: Name of the database.

Returns:

the databaseName value.

fullLoadEndedOn

public OffsetDateTime fullLoadEndedOn()

Get the fullLoadEndedOn property: Full load end time.

Returns:

the fullLoadEndedOn value.

fullLoadEstFinishTime

public OffsetDateTime fullLoadEstFinishTime()

Get the fullLoadEstFinishTime property: Estimate to finish full load.

Returns:

the fullLoadEstFinishTime value.

fullLoadStartedOn

public OffsetDateTime fullLoadStartedOn()

Get the fullLoadStartedOn property: Full load start time.

Returns:

the fullLoadStartedOn value.

fullLoadTotalRows

public Long fullLoadTotalRows()

Get the fullLoadTotalRows property: Number of rows applied in full load.

Returns:

the fullLoadTotalRows value.

lastModifiedTime

public OffsetDateTime lastModifiedTime()

Get the lastModifiedTime property: Last modified time on target.

Returns:

the lastModifiedTime value.

state

public SyncTableMigrationState state()

Get the state property: Current state of the table migration.

Returns:

the state value.

tableName

public String tableName()

Get the tableName property: Name of the table.

Returns:

the tableName value.

totalChangesApplied

public Long totalChangesApplied()

Get the totalChangesApplied property: Total number of applied changes.

Returns:

the totalChangesApplied value.

validate

public void validate()

Validates the instance.

Overrides:

MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel.validate()

Applies to