Show / Hide Table of Contents

Class HiveDatabaseOptions

Options of a Hive database.

Inheritance
object
HiveDatabaseOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BigLakeService.v1.Data
Assembly: Google.Apis.BigLakeService.v1.dll
Syntax
public class HiveDatabaseOptions : IDirectResponseSchema

Properties

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX