All Products
Search
Document Center

Data Management:MetaCategoryTableEntity

Last Updated:Aug 28, 2026

Parameter

Type

Description

Example

object

Information about a data table that belongs to an asset category.

CategoryId

integer

The category ID.

FC-1D123DF554A45AAB

TableName

string

The name of the table.

test_table

Description

string

The description.

ga_platform_alb

InstanceId

integer

The instance ID. Call the ListInstances or GetInstance operation to query this ID.

174****

TableSchemaName

string

The table schema name. Required only for SQL Server instances.

dbo

DbId

integer

The database ID. Call the ListDatabases operation to query a physical database ID, or the ListLogicDatabases operation to query a logical database ID.

Note

The value of DatabaseId is that of DbId.

123***

CatalogName

string

The database name for PostgreSQL-compatible databases.

hive

DatabaseSearchName

string

The database search name.

xxx@yyy.zzz

SchemaName

string

The database name. For PostgreSQL-compatible databases, this is the schema name. Call the SearchDatabase operation to query the database name.

Note

You can also call the ListDatabases operation to query the SchemaName of a physical database, or the ListLogicDatabases operation to query the SchemaName of a logical database.

test_schema

DbType

string

The type of the database. Valid values include but are not limited to the following:

  • MySQL

  • SQLServer

  • PostgreSQL

  • Oracle

  • DRDS

  • OceanBase

  • Mongo

  • Redis

MySQL