Class ReplicationMessage
The common base class for all streaming replication messages
Inherited Members
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 |