Class CommitPreparedMessage
Logical Replication Protocol commit prepared message
Inheritance
object
CommitPreparedMessage
Inherited Members
Namespace: Npgsql.Replication.PgOutput.Messages
Assembly: Npgsql.dll
Syntax
public sealed class CommitPreparedMessage : PreparedTransactionControlMessage
Properties
| Improve this Doc View SourceCommitPreparedEndLsn
The end LSN of the commit prepared transaction.
Declaration
public NpgsqlLogSequenceNumber CommitPreparedEndLsn { get; }
Property Value
Type | Description |
---|---|
NpgsqlLogSequenceNumber |
CommitPreparedLsn
The LSN of the commit prepared.
Declaration
public NpgsqlLogSequenceNumber CommitPreparedLsn { get; }
Property Value
Type | Description |
---|---|
NpgsqlLogSequenceNumber |
Flags
Flags for the commit prepared; currently unused.
Declaration
public CommitPreparedMessage.CommitPreparedFlags Flags { get; }
Property Value
Type | Description |
---|---|
CommitPreparedMessage.CommitPreparedFlags |
TransactionCommitTimestamp
Commit timestamp of the transaction.
Declaration
public DateTime TransactionCommitTimestamp { get; }
Property Value
Type | Description |
---|---|
DateTime |