Table of Contents

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

NpgsqlLogSequenceNumber

PrepareLsn

The LSN of the prepare.

public NpgsqlLogSequenceNumber PrepareLsn { get; }

Property Value

NpgsqlLogSequenceNumber

TransactionPrepareTimestamp

Prepare timestamp of the transaction.

public DateTime TransactionPrepareTimestamp { get; }

Property Value

DateTime