Table of Contents

Class TypeMessage

Namespace
Npgsql.Replication.PgOutput.Messages
Assembly
Npgsql.dll

Logical Replication Protocol type message

public sealed class TypeMessage : TransactionalMessage
Inheritance
TypeMessage
Inherited Members

Properties

Name

Name of the data type.

public string Name { get; }

Property Value

string

Namespace

Namespace (empty string for pg_catalog).

public string Namespace { get; }

Property Value

string

TypeId

ID of the data type.

public uint TypeId { get; }

Property Value

uint