Class LogicalDecodingMessage
Logical Replication Protocol logical decoding message
Inheritance
object
LogicalDecodingMessage
Inherited Members
Namespace: Npgsql.Replication.PgOutput.Messages
Assembly: Npgsql.dll
Syntax
public sealed class LogicalDecodingMessage : TransactionalMessage
Properties
| Improve this Doc View SourceData
The content of the logical decoding message.
Declaration
public Stream Data { get; }
Property Value
Type | Description |
---|---|
Stream |
Flags
Flags; Either 0 for no flags or 1 if the logical decoding message is transactional.
Declaration
public byte Flags { get; }
Property Value
Type | Description |
---|---|
byte |
MessageLsn
The LSN of the logical decoding message.
Declaration
public NpgsqlLogSequenceNumber MessageLsn { get; }
Property Value
Type | Description |
---|---|
NpgsqlLogSequenceNumber |
Prefix
The prefix of the logical decoding message.
Declaration
public string Prefix { get; }
Property Value
Type | Description |
---|---|
string |