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