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