Enum TupleDataKind
The kind of data transmitted for a tuple in a Logical Replication Protocol message.
Namespace: Npgsql.Replication.PgOutput
Assembly: Npgsql.dll
Syntax
public enum TupleDataKind : byte
Fields
Name | Description |
---|---|
BinaryValue | Identifies the data as binary value. |
Null | Identifies the data as NULL value. |
TextValue | Identifies the data as text formatted value. |
UnchangedToastedValue | Identifies unchanged TOASTed value (the actual value is not sent). |