EmissionStats

data class EmissionStats(var count: Long = 0, var bytes: Long = 0)

Simple record level stat data. Used for committed and emitted stats.

Constructors

Link copied to clipboard
constructor(count: Long = 0, bytes: Long = 0)

Properties

Link copied to clipboard
var bytes: Long
Link copied to clipboard
var count: Long

Functions

Link copied to clipboard