Class TypeMessage
Logical Replication Protocol type message
Inherited Members
Namespace: Npgsql.Replication.PgOutput.Messages
Assembly: Npgsql.dll
Syntax
public sealed class TypeMessage : TransactionalMessage
Properties
Name
Name of the data type.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
Namespace
Namespace (empty string for pg_catalog).
Declaration
public string Namespace { get; }
Property Value
Type | Description |
---|---|
String |
TypeId
ID of the data type.
Declaration
public uint TypeId { get; }
Property Value
Type | Description |
---|---|
UInt32 |