Class PrepareMessageBase
- Namespace
- Npgsql.Replication.PgOutput.Messages
- Assembly
- Npgsql.dll
Abstract base class for the logical replication protocol begin prepare and prepare message
public abstract class PrepareMessageBase : PreparedTransactionControlMessage
- Inheritance
-
PrepareMessageBase
- Derived
- Inherited Members
Properties
PrepareEndLsn
The end LSN of the prepared transaction.
public NpgsqlLogSequenceNumber PrepareEndLsn { get; }
Property Value
PrepareLsn
The LSN of the prepare.
public NpgsqlLogSequenceNumber PrepareLsn { get; }
Property Value
TransactionPrepareTimestamp
Prepare timestamp of the transaction.
public DateTime TransactionPrepareTimestamp { get; }