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
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    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
    Overrides
    Object.ToString()
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team