|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
Database object |
||
| Description |
string |
The description of the metadatabase. |
this is a hive database |
| LocationUri |
string |
The storage path of the metadatabase, such as an HDFS path. |
/hdfs/hivedb/data |
| Name |
string |
The name of the metadatabase. The maximum length is 128 characters. No special characters are allowed except underscores (_). |
name |
| OwnerName |
string |
The name of the owner. |
zhangsan |
| OwnerType |
string |
The type of the owner. Valid values: USER, ROLE, and 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. Optional. |
|
| CreateTime |
integer |
The creation time of the metadatabase. Required. |
1580869631 |