Table of Contents

Class StreamCommitMessage

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

Logical Replication Protocol stream commit message

public sealed class StreamCommitMessage : TransactionControlMessage
Inheritance
StreamCommitMessage
Inherited Members

Properties

CommitLsn

The LSN of the commit.

public NpgsqlLogSequenceNumber CommitLsn { get; }

Property Value

NpgsqlLogSequenceNumber

Flags

Flags; currently unused (must be 0).

public byte Flags { get; }

Property Value

byte

TransactionCommitTimestamp

Commit timestamp of the transaction.

public DateTime TransactionCommitTimestamp { get; }

Property Value

DateTime

TransactionEndLsn

The end LSN of the transaction.

public NpgsqlLogSequenceNumber TransactionEndLsn { get; }

Property Value

NpgsqlLogSequenceNumber