Class RollbackPreparedMessage
- Namespace
- Npgsql.Replication.PgOutput.Messages
- Assembly
- Npgsql.dll
Logical Replication Protocol rollback prepared message
public sealed class RollbackPreparedMessage : PreparedTransactionControlMessage
- Inheritance
-
RollbackPreparedMessage
- Inherited Members
Properties
Flags
Flags for the rollback prepared; currently unused.
public RollbackPreparedMessage.RollbackPreparedFlags Flags { get; }
Property Value
PreparedTransactionEndLsn
The end LSN of the prepared transaction.
public NpgsqlLogSequenceNumber PreparedTransactionEndLsn { get; }
Property Value
RollbackPreparedEndLsn
The end LSN of the rollback prepared transaction.
public NpgsqlLogSequenceNumber RollbackPreparedEndLsn { get; }
Property Value
TransactionPrepareTimestamp
Prepare timestamp of the transaction.
public DateTime TransactionPrepareTimestamp { get; }
Property Value
TransactionRollbackTimestamp
Rollback timestamp of the transaction.
public DateTime TransactionRollbackTimestamp { get; }