Search Results for

    Show / Hide Table of Contents

    Class ReplicationMessage

    The common base class for all streaming replication messages

    Inheritance
    Object
    ReplicationMessage
    PgOutputReplicationMessage
    TestDecodingData
    XLogDataMessage
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Npgsql.Replication
    Assembly: Npgsql.dll
    Syntax
    public abstract class ReplicationMessage

    Properties

    ServerClock

    The server's system clock at the time this message was transmitted, as microseconds since midnight on 2000-01-01.

    Declaration
    public DateTime ServerClock { get; }
    Property Value
    Type Description
    DateTime

    WalEnd

    The current end of WAL on the server.

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

    WalStart

    The starting point of the WAL data in this message.

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