Class BeginMessage
- Namespace
- Npgsql.Replication.PgOutput.Messages
- Assembly
- Npgsql.dll
Logical Replication Protocol begin message
public sealed class BeginMessage : TransactionControlMessage
- Inheritance
-
BeginMessage
- Inherited Members
Properties
TransactionCommitTimestamp
Commit timestamp of the transaction. The value is in number of microseconds since PostgreSQL epoch (2000-01-01).
public DateTime TransactionCommitTimestamp { get; }
Property Value
TransactionFinalLsn
The final LSN of the transaction.
public NpgsqlLogSequenceNumber TransactionFinalLsn { get; }