Airbyte Kotlin Bulk CDK
Toggle table of contents
1.0.2
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-core-load
/
io.airbyte.cdk.load.state
/
CheckpointValue
Checkpoint
Value
data
class
CheckpointValue
(
val
records
:
Long
,
val
serializedBytes
:
Long
,
val
rejectedRecords
:
Long
=
0
)
Tracks record and byte counts for a checkpoint.
Members
Constructors
Checkpoint
Value
Link copied to clipboard
constructor
(
records
:
Long
,
serializedBytes
:
Long
,
rejectedRecords
:
Long
=
0
)
Properties
records
Link copied to clipboard
val
records
:
Long
rejected
Records
Link copied to clipboard
val
rejectedRecords
:
Long
=
0
serialized
Bytes
Link copied to clipboard
val
serializedBytes
:
Long
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
plus
Link copied to clipboard
operator
fun
plus
(
other
:
CheckpointValue
)
:
CheckpointValue