RecordDTO

data class RecordDTO(val fields: Map<String, AirbyteValue>, val partitionKey: PartitionKey, val sizeBytes: Long, val emittedAtMs: Long)

Internal DTO for passing of record data with minimal metadata.

Constructors

Link copied to clipboard
constructor(fields: Map<String, AirbyteValue>, partitionKey: PartitionKey, sizeBytes: Long, emittedAtMs: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard