Search Results for

    Show / Hide Table of Contents

    Class TestDecodingData

    Text representations of PostgreSQL WAL operations decoded by the "test_decoding" plugin. See https://www.postgresql.org/docs/current/test-decoding.html.

    Inheritance
    object
    ReplicationMessage
    TestDecodingData
    Inherited Members
    ReplicationMessage.WalStart
    ReplicationMessage.WalEnd
    ReplicationMessage.ServerClock
    Namespace: Npgsql.Replication.TestDecoding
    Assembly: Npgsql.dll
    Syntax
    public sealed class TestDecodingData : ReplicationMessage

    Properties

    | Improve this Doc View Source

    Data

    Decoded text representation of the operation performed in this WAL entry

    Declaration
    public string Data { get; }
    Property Value
    Type Description
    string

    Methods

    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team