Class IndexUpdateMessage
- Namespace
- Npgsql.Replication.PgOutput.Messages
- Assembly
- Npgsql.dll
Logical Replication Protocol update message for tables with REPLICA IDENTITY set to USING INDEX.
public sealed class IndexUpdateMessage : UpdateMessage
- Inheritance
-
IndexUpdateMessage
- Inherited Members
Properties
Key
Columns representing the key.
public ReplicationTuple Key { get; }
Property Value
NewRow
Columns representing the new row.
public override ReplicationTuple NewRow { get; }