Search Results for

    Show / Hide Table of Contents

    Class PgOutputReplicationMessage

    The base class of all Logical Replication Protocol Messages

    Inheritance
    object
    ReplicationMessage
    PgOutputReplicationMessage
    CommitMessage
    OriginMessage
    StreamStopMessage
    TransactionalMessage
    TransactionControlMessage
    Inherited Members
    ReplicationMessage.WalStart
    ReplicationMessage.WalEnd
    ReplicationMessage.ServerClock
    Namespace: Npgsql.Replication.PgOutput.Messages
    Assembly: Npgsql.dll
    Syntax
    public abstract class PgOutputReplicationMessage : ReplicationMessage
    Remarks

    See https://www.postgresql.org/docs/current/protocol-logicalrep-message-formats.html for details about the protocol.

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Remarks

    See https://www.postgresql.org/docs/current/protocol-logicalrep-message-formats.html for details about the protocol.

    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team