DestinationRecord
data class DestinationRecord(val stream: DestinationStream, val message: DestinationRecordSource, val serializedSizeBytes: Long, val checkpointId: CheckpointId? = null, val airbyteRawId: UUID) : DestinationRecordDomainMessage
Constructors
Link copied to clipboard
constructor(stream: DestinationStream, message: DestinationRecordSource, serializedSizeBytes: Long, checkpointId: CheckpointId? = null, airbyteRawId: UUID)