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-core-extract
/
io.airbyte.cdk.read
/
PartitionReadCheckpoint
Partition
Read
Checkpoint
data
class
PartitionReadCheckpoint
(
val
opaqueStateValue
:
OpaqueStateValue
,
val
numRecords
:
Long
,
val
partitionId
:
String
?
=
null
)
Members
Constructors
Partition
Read
Checkpoint
Link copied to clipboard
constructor
(
opaqueStateValue
:
OpaqueStateValue
,
numRecords
:
Long
,
partitionId
:
String
?
=
null
)
Properties
num
Records
Link copied to clipboard
val
numRecords
:
Long
opaque
State
Value
Link copied to clipboard
val
opaqueStateValue
:
OpaqueStateValue
partition
Id
Link copied to clipboard
val
partitionId
:
String
?
=
null