Resource: HiveDatabase
Stores the hive database information. It includes the database name, description, location and properties associated with the database.
| JSON representation |
|---|
{ "name": string, "description": string, "locationUri": string, "parameters": { string: string, ... } } |
| Fields | |
|---|---|
name |
Output only. The resource name. Format: projects/{project_id_or_number}/catalogs/{catalogId}/databases/{databaseId} |
description |
Optional. Stores the database description. The maximum length is 4000 characters. |
locationUri |
Optional. The Cloud Storage location path where the database exists. Format: gs://bucket/path/to/database If unspecified, the database will be stored in the catalog location. The maximum length is 4000 characters. |
parameters |
Optional. Stores the properties associated with the database. The maximum size is 2 MiB. An object containing a list of |
Methods |
|
|---|---|
|
Creates a new database. |
|
Deletes an existing database specified by the database name. |
|
Gets the database specified by the resource name. |
|
List all databases in a specified catalog. |
|
Updates an existing database specified by the database name. |