Search Results for

    Show / Hide Table of Contents

    Class RollbackPreparedMessage

    Logical Replication Protocol rollback prepared message

    Inheritance
    object
    ReplicationMessage
    PgOutputReplicationMessage
    TransactionControlMessage
    PreparedTransactionControlMessage
    RollbackPreparedMessage
    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 RollbackPreparedMessage : PreparedTransactionControlMessage

    Properties

    | Improve this Doc View Source

    Flags

    Flags for the rollback prepared; currently unused.

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

    PreparedTransactionEndLsn

    The end LSN of the prepared transaction.

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

    RollbackPreparedEndLsn

    The end LSN of the rollback prepared transaction.

    Declaration
    public NpgsqlLogSequenceNumber RollbackPreparedEndLsn { 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

    TransactionRollbackTimestamp

    Rollback timestamp of the transaction.

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