Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-extract-cdc
/
io.airbyte.cdk.read.cdc
/
ValidDebeziumWarmStartState
Valid
Debezium
Warm
Start
State
data
class
ValidDebeziumWarmStartState
(
val
offset
:
DebeziumOffset
,
val
schemaHistory
:
DebeziumSchemaHistory
?
)
:
DebeziumWarmStartState
Members
Constructors
Valid
Debezium
Warm
Start
State
Link copied to clipboard
constructor
(
offset
:
DebeziumOffset
,
schemaHistory
:
DebeziumSchemaHistory
?
)
Properties
offset
Link copied to clipboard
val
offset
:
DebeziumOffset
schema
History
Link copied to clipboard
val
schemaHistory
:
DebeziumSchemaHistory
?