Class CommitPreparedMessage
- Namespace
- Npgsql.Replication.PgOutput.Messages
- Assembly
- Npgsql.dll
Logical Replication Protocol commit prepared message
public sealed class CommitPreparedMessage : PreparedTransactionControlMessage
- Inheritance
-
CommitPreparedMessage
- Inherited Members
Properties
CommitPreparedEndLsn
The end LSN of the commit prepared transaction.
public NpgsqlLogSequenceNumber CommitPreparedEndLsn { get; }
Property Value
CommitPreparedLsn
The LSN of the commit prepared.
public NpgsqlLogSequenceNumber CommitPreparedLsn { get; }
Property Value
Flags
Flags for the commit prepared; currently unused.
public CommitPreparedMessage.CommitPreparedFlags Flags { get; }
Property Value
TransactionCommitTimestamp
Commit timestamp of the transaction.
public DateTime TransactionCommitTimestamp { get; }