Search Results for

    Show / Hide Table of Contents

    Class TransactionalMessage

    The common base class for all streaming replication messages that can be part of a streaming transaction (protocol V2)

    Inheritance
    Object
    ReplicationMessage
    PgOutputReplicationMessage
    TransactionalMessage
    DeleteMessage
    InsertMessage
    LogicalDecodingMessage
    RelationMessage
    TruncateMessage
    TypeMessage
    UpdateMessage
    Inherited Members
    PgOutputReplicationMessage.ToString()
    ReplicationMessage.WalStart
    ReplicationMessage.WalEnd
    ReplicationMessage.ServerClock
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Npgsql.Replication.PgOutput.Messages
    Assembly: Npgsql.dll
    Syntax
    public abstract class TransactionalMessage : PgOutputReplicationMessage

    Properties

    TransactionXid

    Xid of the transaction (only present for streamed transactions).

    Declaration
    public uint? TransactionXid { get; }
    Property Value
    Type Description
    Nullable<UInt32>
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team