| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The mode. | ||
| Id | string | The schema ID. For more information, see Concepts related to metadata entities.. The format is Note
For the MaxCompute type, the instance ID level is represented by an empty string. The database name is the name of the MaxCompute project, which has enabled the schema feature.
Examples of common ID formats
Note
instance_id: The Hologres instance ID. database_name: The database name. project_name: The MaxCompute project name. schema_name: The schema name.
| maxcompute-schema:123456XXX::test_project:default holo-schema:h-abc123xxx::test_db:test_schema |
| Name | string | The name. | test_db |
| Comment | string | The comment. | test comment |
| Type | string | The type. | MANAGED |
| ParentMetaEntityId | string | The parent entity ID. For more information, see Concepts related to metadata entities. The format: Note
For the MaxCompute type, the instance ID level is represented by an empty string. The database name is the name of the MaxCompute project with schema enabled.
Examples of common ParentMetaEntityId formats
Note
instance_id: The Hologres instance ID. database_name: The database name. project_name: The MaxCompute project name.
| maxcompute-project:123456XXX::test_project holo-database:h-abc123xxx::test_db |
| CreateTime | long | The creation time. The value is a UNIX timestamp. Unit: milliseconds. | 1736852168000 |
| ModifyTime | long | The modification time. The value is a UNIX timestamp. Unit: milliseconds. | 1736852168000 |