EnrichedDestinationRecordAirbyteValue
data class EnrichedDestinationRecordAirbyteValue(val stream: DestinationStream, val declaredFields: LinkedHashMap<String, EnrichedAirbyteValue>, val undeclaredFields: LinkedHashMap<String, JsonNode>, val emittedAtMs: Long, val sourceMeta: Meta, val serializedSizeBytes: Long = 0, extractedAtAsTimestampWithTimezone: Boolean = false, val airbyteRawId: UUID)
Constructors
Link copied to clipboard
constructor(stream: DestinationStream, declaredFields: LinkedHashMap<String, EnrichedAirbyteValue>, undeclaredFields: LinkedHashMap<String, JsonNode>, emittedAtMs: Long, sourceMeta: Meta, serializedSizeBytes: Long = 0, extractedAtAsTimestampWithTimezone: Boolean = false, airbyteRawId: UUID)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The airbyte_meta field as received by the destination connector. Note that this field is NOT updated by EnrichedAirbyteValue.nullify / EnrichedAirbyteValue.truncate.
Link copied to clipboard
Link copied to clipboard