Class OriginMessage
Logical Replication Protocol origin message
Inherited Members
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 |