DataMigrationStatistics

Information about the data migration run, including start and stop time, latency, and migration progress.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current latency of the change data capture (CDC) operation.

Link copied to clipboard

The elapsed duration of the data migration run.

Link copied to clipboard

The data migration's progress in the full-load migration phase.

Link copied to clipboard

The time when the migration started.

Link copied to clipboard

The time when the migration stopped or failed.

Link copied to clipboard

The number of tables that DMS failed to process.

Link copied to clipboard

The number of tables loaded in the current data migration run.

Link copied to clipboard

The data migration's table loading progress.

Link copied to clipboard

The number of tables that are waiting for processing.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String