Data Migration Source Data Settings
data class DataMigrationSourceDataSettings(val cdcStartPosition: String? = null, val cdcStartTime: String? = null, val cdcStopTime: String? = null, val slotName: String? = null)
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
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
The property indicates the stop time for a change data capture (CDC) operation. The value is server time in UTC format.