| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The data table information item under the category of the attributable asset. | ||
| CategoryId | long | The category ID. | FC-1D123DF554A45AAB |
| TableName | string | The name of the table. | test_table |
| Description | string | The description. | ga_platform_alb |
| InstanceId | integer | The ID of the instance. You can call the ListInstances or GetInstance operation to query the instance ID. | 174**** |
| TableSchemaName | string | The schema name of the table, which is required only for SQL Server instances. | dbo |
| DbId | integer | 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*** |
| CatalogName | string | For PostgreSQL-compatible databases, specify the database name. | hive |
| DatabaseSearchName | string | The name that is used to search for the database. | xxx@yyy.zzz |
| SchemaName | string | 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 |
| DbType | string | The type of the database. Valid values include but are not limited to:
| MySQL |
MetaCategoryTableEntity
Updated at:
Copy as MD
Is this page helpful?