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
    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 OriginMessage : PgOutputReplicationMessage

    Properties

    OriginCommitLsn

    The LSN of the commit on the origin server.

    Declaration
    public NpgsqlLogSequenceNumber OriginCommitLsn { get; }
    Property Value
    Type Description
    NpgsqlLogSequenceNumber

    OriginName

    Name of the origin.

    Declaration
    public string OriginName { get; }
    Property Value
    Type Description
    String
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team