Show / Hide Table of Contents

Class HiveTableOptions

Options of a Hive table.

Inheritance
object
HiveTableOptions
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 HiveTableOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Parameters

Stores user supplied Hive table parameters.

Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, string> Parameters { get; set; }
Property Value
Type Description
IDictionary<string, string>

StorageDescriptor

Stores physical storage information of the data.

Declaration
[JsonProperty("storageDescriptor")]
public virtual StorageDescriptor StorageDescriptor { get; set; }
Property Value
Type Description
StorageDescriptor

TableType

Hive table type. For example, MANAGED_TABLE, EXTERNAL_TABLE.

Declaration
[JsonProperty("tableType")]
public virtual string TableType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX