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-load
/
io.airbyte.cdk.load.dataflow.state.stats
/
EmissionStats
Emission
Stats
data
class
EmissionStats
(
var
count
:
Long
=
0
,
var
bytes
:
Long
=
0
)
Simple record level stat data. Used for committed and emitted stats.
Members
Constructors
Emission
Stats
Link copied to clipboard
constructor
(
count
:
Long
=
0
,
bytes
:
Long
=
0
)
Properties
bytes
Link copied to clipboard
var
bytes
:
Long
count
Link copied to clipboard
var
count
:
Long
Functions
merge
Link copied to clipboard
fun
merge
(
other
:
EmissionStats
)
:
EmissionStats