Class StreamCommitMessage
- Namespace
- Npgsql.Replication.PgOutput.Messages
- Assembly
- Npgsql.dll
Logical Replication Protocol stream commit message
public sealed class StreamCommitMessage : TransactionControlMessage
- Inheritance
-
StreamCommitMessage
- Inherited Members
Properties
CommitLsn
The LSN of the commit.
public NpgsqlLogSequenceNumber CommitLsn { get; }
Property Value
Flags
Flags; currently unused (must be 0).
public byte 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; }