Class CommitMessage
- Namespace
- Npgsql.Replication.PgOutput.Messages
- Assembly
- Npgsql.dll
Logical Replication Protocol commit message
public sealed class CommitMessage : PgOutputReplicationMessage
- Inheritance
-
CommitMessage
- Inherited Members
Properties
CommitLsn
The LSN of the commit.
public NpgsqlLogSequenceNumber CommitLsn { get; }
Property Value
Flags
Flags; currently unused.
public CommitMessage.CommitFlags Flags { get; }
Property Value
TransactionCommitTimestamp
Commit timestamp of the transaction.
public DateTime TransactionCommitTimestamp { get; }
Property Value
TransactionEndLsn
The end LSN of the transaction.
public NpgsqlLogSequenceNumber TransactionEndLsn { get; }