Class HiveDatabaseOptions
Options of a Hive database.
Implements
Inherited Members
Namespace: Google.Apis.BigLakeService.v1.Data
Assembly: Google.Apis.BigLakeService.v1.dll
Syntax
public class HiveDatabaseOptions : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
LocationUri
Cloud Storage folder URI where the database data is stored, starting with "gs://".
Declaration
[JsonProperty("locationUri")]
public virtual string LocationUri { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Parameters
Stores user supplied Hive database parameters.
Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, string> Parameters { get; set; }Property Value
| Type | Description | 
|---|---|
| IDictionary<string, string> |