Class HiveTableOptions
Options of a Hive table.
Implements
Inherited Members
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 |