Search Results for

    Show / Hide Table of Contents

    Class BeginMessage

    Logical Replication Protocol begin message

    Inheritance
    object
    ReplicationMessage
    PgOutputReplicationMessage
    TransactionControlMessage
    BeginMessage
    Inherited Members
    TransactionControlMessage.TransactionXid
    PgOutputReplicationMessage.ToString()
    ReplicationMessage.WalStart
    ReplicationMessage.WalEnd
    ReplicationMessage.ServerClock
    Namespace: Npgsql.Replication.PgOutput.Messages
    Assembly: Npgsql.dll
    Syntax
    public sealed class BeginMessage : TransactionControlMessage

    Properties

    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    TransactionFinalLsn

    The final LSN of the transaction.

    Declaration
    public NpgsqlLogSequenceNumber TransactionFinalLsn { get; }
    Property Value
    Type Description
    NpgsqlLogSequenceNumber
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team