StreamCheckpoint

constructor(unmappedNamespace: String?, unmappedName: String, blob: String, sourceRecordCount: Long, additionalProperties: Map<String, Any> = emptyMap(), destinationRecordCount: Long? = null, checkpointKey: CheckpointKey? = null, totalRecords: Long? = null, totalBytes: Long? = null, additionalStats: MutableMap<String, Double> = mutableMapOf())

Convenience constructor, intended for use in tests.


constructor(checkpoint: CheckpointMessage.Checkpoint, sourceStats: CheckpointMessage.Stats?, destinationStats: CheckpointMessage.Stats? = null, additionalProperties: Map<String, Any> = emptyMap(), serializedSizeBytes: Long, checkpointKey: CheckpointKey? = null, totalRecords: Long? = null, totalBytes: Long? = null, totalRejectedRecords: Long? = null, additionalStats: MutableMap<String, Double> = mutableMapOf())