Class TestDecodingData
Text representations of PostgreSQL WAL operations decoded by the "test_decoding" plugin. See https://www.postgresql.org/docs/current/test-decoding.html.
Inherited Members
Namespace: Npgsql.Replication.TestDecoding
Assembly: Npgsql.dll
Syntax
public sealed class TestDecodingData : ReplicationMessage
Properties
Data
Decoded text representation of the operation performed in this WAL entry
Declaration
public string Data { get; }
Property Value
Type | Description |
---|---|
String |
Methods
Clone()
Returns a clone of this message, which can be accessed after other replication messages have been retrieved.
Declaration
public TestDecodingData Clone()
Returns
Type | Description |
---|---|
TestDecodingData |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |