DataMigrationSourceDataSettings

data class DataMigrationSourceDataSettings(val cdcStartPosition: String? = null, val cdcStartTime: String? = null, val cdcStopTime: String? = null, val slotName: String? = null)

Constructors

Link copied to clipboard
constructor(cdcStartPosition: String? = null, cdcStartTime: String? = null, cdcStopTime: String? = null, slotName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The property is a point in the database engine's log that defines a time where you can begin CDC.

Link copied to clipboard
val cdcStartTime: String? = null

The property indicates the start time for a change data capture (CDC) operation. The value is server time in UTC format.

Link copied to clipboard
val cdcStopTime: String? = null

The property indicates the stop time for a change data capture (CDC) operation. The value is server time in UTC format.

Link copied to clipboard
val slotName: String? = null

The property sets the name of a previously created logical replication slot for a change data capture (CDC) load of the source instance.