Class OriginMessage
- Namespace
- Npgsql.Replication.PgOutput.Messages
- Assembly
- Npgsql.dll
Logical Replication Protocol origin message
public sealed class OriginMessage : PgOutputReplicationMessage
- Inheritance
-
OriginMessage
- Inherited Members
Properties
OriginCommitLsn
The LSN of the commit on the origin server.
public NpgsqlLogSequenceNumber OriginCommitLsn { get; }
Property Value
OriginName
Name of the origin.
public string OriginName { get; }