| Parameter | Type | Description | Example |
|---|---|---|---|
| object | Database object | ||
| CreateTime | integer | The creation time, in seconds, of a Unix timestamp. | 1608707407 |
| Description | string | The description of the metadatabase. | this is a hive database |
| LocationUri | string | Metabase storage path, such as HDFS path | /hdfs/hivedb/data |
| Name | string | The name of the metadatabase. | database_test |
| OwnerName | string | The name of the owner. | zhangsan |
| OwnerType | string | The type of the owner. You can set this field to USER, ROLE, or GROUP. | USER |
| Parameters | Parameters | The key-value pairs (KVPs) that define the parameters and attributes of the metadatabase. | |
| Privileges | PrincipalPrivilegeSet | The permissions on the metadatabase. This parameter is optional. | |
| UpdateTime | integer | The time when the timestamp was updated. The value is a UNIX timestamp. Unit: seconds. | 1608707407 |
| CreatedBy | string | The user who created the drive. | root |