Table of Contents

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

NpgsqlLogSequenceNumber

OriginName

Name of the origin.

public string OriginName { get; }

Property Value

string