Search Results for

    Show / Hide Table of Contents

    Class IndexUpdateMessage

    Logical Replication Protocol update message for tables with REPLICA IDENTITY set to USING INDEX.

    Inheritance
    Object
    ReplicationMessage
    PgOutputReplicationMessage
    TransactionalMessage
    UpdateMessage
    IndexUpdateMessage
    Inherited Members
    UpdateMessage.Relation
    UpdateMessage.RelationId
    TransactionalMessage.TransactionXid
    PgOutputReplicationMessage.ToString()
    ReplicationMessage.WalStart
    ReplicationMessage.WalEnd
    ReplicationMessage.ServerClock
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    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
    Overrides
    UpdateMessage.NewRow
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team