Search Results for

    Show / Hide Table of Contents

    Class PrepareMessageBase

    Abstract base class for the logical replication protocol begin prepare and prepare message

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

    Properties

    | Improve this Doc View Source

    PrepareEndLsn

    The end LSN of the prepared transaction.

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

    PrepareLsn

    The LSN of the prepare.

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

    TransactionPrepareTimestamp

    Prepare timestamp of the transaction.

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