Search Results for

    Show / Hide Table of Contents

    Class CommitPreparedMessage

    Logical Replication Protocol commit prepared message

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

    Properties

    | Improve this Doc View Source

    CommitPreparedEndLsn

    The end LSN of the commit prepared transaction.

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

    CommitPreparedLsn

    The LSN of the commit prepared.

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

    Flags

    Flags for the commit prepared; currently unused.

    Declaration
    public CommitPreparedMessage.CommitPreparedFlags Flags { get; }
    Property Value
    Type Description
    CommitPreparedMessage.CommitPreparedFlags
    | 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
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team