ShouldTruncate

data class ShouldTruncate(val truncatedValue: AirbyteValue, val reason: AirbyteRecordMessageMetaChange.Reason) : ValidationResult

Value should be replaced with the new, truncated value and reason

Constructors

Link copied to clipboard
constructor(truncatedValue: AirbyteValue, reason: AirbyteRecordMessageMetaChange.Reason)

Properties

Link copied to clipboard
val reason: AirbyteRecordMessageMetaChange.Reason
Link copied to clipboard