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