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