Table of Contents

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

RollbackPreparedMessage.RollbackPreparedFlags

PreparedTransactionEndLsn

The end LSN of the prepared transaction.

public NpgsqlLogSequenceNumber PreparedTransactionEndLsn { get; }

Property Value

NpgsqlLogSequenceNumber

RollbackPreparedEndLsn

The end LSN of the rollback prepared transaction.

public NpgsqlLogSequenceNumber RollbackPreparedEndLsn { get; }

Property Value

NpgsqlLogSequenceNumber

TransactionPrepareTimestamp

Prepare timestamp of the transaction.

public DateTime TransactionPrepareTimestamp { get; }

Property Value

DateTime

TransactionRollbackTimestamp

Rollback timestamp of the transaction.

public DateTime TransactionRollbackTimestamp { get; }

Property Value

DateTime