Search Results for

    Show / Hide Table of Contents

    Class StreamCommitMessage

    Logical Replication Protocol stream commit message

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

    Properties

    | Improve this Doc View Source

    CommitLsn

    The LSN of the commit.

    Declaration
    public NpgsqlLogSequenceNumber CommitLsn { get; }
    Property Value
    Type Description
    NpgsqlLogSequenceNumber
    | Improve this Doc View Source

    Flags

    Flags; currently unused (must be 0).

    Declaration
    public byte Flags { get; }
    Property Value
    Type Description
    byte
    | Improve this Doc View Source

    TransactionCommitTimestamp

    Commit timestamp of the transaction.

    Declaration
    public DateTime TransactionCommitTimestamp { get; }
    Property Value
    Type Description
    DateTime
    | Improve this Doc View Source

    TransactionEndLsn

    The end LSN of the transaction.

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