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-trigger
/
io.airbyte.cdk
/
TriggerStreamStateValue
Trigger
Stream
State
Value
class
TriggerStreamStateValue
(
val
primaryKey
:
Map
<
String
,
JsonNode
>
=
mapOf()
,
val
cursors
:
Map
<
String
,
JsonNode
>
=
mapOf()
)
Members
Constructors
Trigger
Stream
State
Value
Link copied to clipboard
constructor
(
primaryKey
:
Map
<
String
,
JsonNode
>
=
mapOf()
,
cursors
:
Map
<
String
,
JsonNode
>
=
mapOf()
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cursors
Link copied to clipboard
val
cursors
:
Map
<
String
,
JsonNode
>
primary
Key
Link copied to clipboard
val
primaryKey
:
Map
<
String
,
JsonNode
>