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
    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 sealed class StreamStartMessage : TransactionControlMessage

    Properties

    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
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team