InputRecord

constructor(stream: DestinationStream, data: String, emittedAtMs: Long, changes: MutableList<Meta.Change> = mutableListOf(), fileReference: AirbyteRecordMessageFileReference? = null, checkpointId: CheckpointId? = null, unknownFieldNames: Set<String> = emptySet())

Convenience constructor, primarily intended for use in tests.


constructor(stream: DestinationStream, data: AirbyteValue, emittedAtMs: Long, meta: Meta?, serialized: String, fileReference: AirbyteRecordMessageFileReference? = null, checkpointId: CheckpointId? = null, unknownFieldNames: Set<String> = emptySet())