ReplicationStats

This object provides a collection of statistics about a serverless replication.

Types

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

Properties

Link copied to clipboard

The elapsed time of the replication, in milliseconds.

Link copied to clipboard

The date the replication was started either with a fresh start or a target reload.

Link copied to clipboard

The date the replication full load was finished.

Link copied to clipboard

The percent complete for the full load serverless replication.

Link copied to clipboard

The date the replication full load was started.

Link copied to clipboard

The date the replication is scheduled to start.

Link copied to clipboard

The date the replication was stopped.

Link copied to clipboard

The number of errors that have occured for this replication.

Link copied to clipboard

The number of tables loaded for this replication.

Link copied to clipboard

The number of tables currently loading for this replication.

Link copied to clipboard

The number of tables queued for this replication.

Functions

Link copied to clipboard
inline fun copy(block: ReplicationStats.Builder.() -> Unit = {}): ReplicationStats
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