Search Results for

    Show / Hide Table of Contents

    Class OriginMessage

    Logical Replication Protocol origin message

    Inheritance
    object
    ReplicationMessage
    PgOutputReplicationMessage
    OriginMessage
    Inherited Members
    PgOutputReplicationMessage.ToString()
    ReplicationMessage.WalStart
    ReplicationMessage.WalEnd
    ReplicationMessage.ServerClock
    Namespace: Npgsql.Replication.PgOutput.Messages
    Assembly: Npgsql.dll
    Syntax
    public sealed class OriginMessage : PgOutputReplicationMessage

    Properties

    | Improve this Doc View Source

    OriginCommitLsn

    The LSN of the commit on the origin server.

    Declaration
    public NpgsqlLogSequenceNumber OriginCommitLsn { get; }
    Property Value
    Type Description
    NpgsqlLogSequenceNumber
    | Improve this Doc View Source

    OriginName

    Name of the origin.

    Declaration
    public string OriginName { get; }
    Property Value
    Type Description
    string
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team