Class TypeMessage
Logical Replication Protocol type message
Inherited Members
Namespace: Npgsql.Replication.PgOutput.Messages
Assembly: Npgsql.dll
Syntax
public sealed class TypeMessage : TransactionalMessage
Properties
| Improve this Doc View SourceName
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 |
---|---|
uint |