Search Results for

    Show / Hide Table of Contents

    Class TypeMessage

    Logical Replication Protocol type message

    Inheritance
    object
    ReplicationMessage
    PgOutputReplicationMessage
    TransactionalMessage
    TypeMessage
    Inherited Members
    TransactionalMessage.TransactionXid
    PgOutputReplicationMessage.ToString()
    ReplicationMessage.WalStart
    ReplicationMessage.WalEnd
    ReplicationMessage.ServerClock
    Namespace: Npgsql.Replication.PgOutput.Messages
    Assembly: Npgsql.dll
    Syntax
    public sealed class TypeMessage : TransactionalMessage

    Properties

    | Improve this Doc View Source

    Name

    Name of the data type.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    Namespace

    Namespace (empty string for pg_catalog).

    Declaration
    public string Namespace { get; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    TypeId

    ID of the data type.

    Declaration
    public uint TypeId { get; }
    Property Value
    Type Description
    uint
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team