Class StreamStartMessage
- Namespace
- Npgsql.Replication.PgOutput.Messages
- Assembly
- Npgsql.dll
Logical Replication Protocol stream start message
public sealed class StreamStartMessage : TransactionControlMessage
- Inheritance
-
StreamStartMessage
- Inherited Members
Properties
StreamSegmentIndicator
A value of 1 indicates this is the first stream segment for this XID, 0 for any other stream segment.
public byte StreamSegmentIndicator { get; }