MetaCategoryTableEntity

Updated at:
Copy as MD
ParameterTypeDescriptionExample
object

The data table information item under the category of the attributable asset.

CategoryIdlong

The category ID.

FC-1D123DF554A45AAB
TableNamestring

The name of the table.

test_table
Descriptionstring

The description.

ga_platform_alb
InstanceIdinteger

The ID of the instance. You can call the ListInstances or GetInstance operation to query the instance ID.

174****
TableSchemaNamestring

The schema name of the table, which is required only for SQL Server instances.

dbo
DbIdinteger

The database ID. You can call the ListDatabases operation to query the ID of a physical database and the ListLogicDatabases operation to query the ID of a logical database.

Note The value of DatabaseId is that of DbId.
123***
CatalogNamestring

For PostgreSQL-compatible databases, specify the database name.

hive
DatabaseSearchNamestring

The name that is used to search for the database.

xxx@yyy.zzz
SchemaNamestring

Database name (for PostgreSQL-compatible databases, specify the schema name). You can call the SearchDatabase operation to query the name of the database.

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

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

  • MySQL
  • SQLServer
  • PostgreSQL
  • Oracle
  • DRDS
  • OceanBase
  • Mongo
  • Redis
MySQL