Table of Contents

Class CommitPreparedMessage

Namespace
Npgsql.Replication.PgOutput.Messages
Assembly
Npgsql.dll

Logical Replication Protocol commit prepared message

public sealed class CommitPreparedMessage : PreparedTransactionControlMessage
Inheritance
CommitPreparedMessage
Inherited Members

Properties

CommitPreparedEndLsn

The end LSN of the commit prepared transaction.

public NpgsqlLogSequenceNumber CommitPreparedEndLsn { get; }

Property Value

NpgsqlLogSequenceNumber

CommitPreparedLsn

The LSN of the commit prepared.

public NpgsqlLogSequenceNumber CommitPreparedLsn { get; }

Property Value

NpgsqlLogSequenceNumber

Flags

Flags for the commit prepared; currently unused.

public CommitPreparedMessage.CommitPreparedFlags Flags { get; }

Property Value

CommitPreparedMessage.CommitPreparedFlags

TransactionCommitTimestamp

Commit timestamp of the transaction.

public DateTime TransactionCommitTimestamp { get; }

Property Value

DateTime