GlobalCheckpoint
Convenience constructor, primarily intended for use in tests.
constructor(state: JsonNode?, sourceStats: CheckpointMessage.Stats?, destinationStats: CheckpointMessage.Stats? = null, checkpoints: List<CheckpointMessage.Checkpoint> = emptyList(), additionalProperties: Map<String, Any>, originalTypeField: AirbyteStateMessage.AirbyteStateType? = AirbyteStateMessage.AirbyteStateType.GLOBAL, serializedSizeBytes: Long, checkpointKey: CheckpointKey? = null, totalRecords: Long? = null, totalBytes: Long? = null, totalRejectedRecords: Long? = null, additionalStats: MutableMap<String, Double> = mutableMapOf())