Search Results for

    Show / Hide Table of Contents

    Class StreamStartMessage

    Logical Replication Protocol stream start message

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

    Properties

    | Improve this Doc View Source

    StreamSegmentIndicator

    A value of 1 indicates this is the first stream segment for this XID, 0 for any other stream segment.

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