MapperPolicyResponse

data class MapperPolicyResponse(val mode: String? = null, val recurrence: MapperPolicyRecurrenceResponse? = null)

CDC Policy.

Constructors

Link copied to clipboard
constructor(mode: String? = null, recurrence: MapperPolicyRecurrenceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: String? = null

Mode of running the CDC: batch vs continuous.

Link copied to clipboard

Defines the frequency and interval for running the CDC for batch mode.