SourceDataSetting

Defines settings for a source data provider for a data migration.

Types

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

Properties

Link copied to clipboard

The change data capture (CDC) start position for the source data provider.

Link copied to clipboard

The change data capture (CDC) start time for the source data provider.

Link copied to clipboard

The change data capture (CDC) stop time for the source data provider.

Link copied to clipboard

The name of the replication slot on the source data provider. This attribute is only valid for a PostgreSQL or Aurora PostgreSQL source.

Functions

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