TableHiveOptionsArgs

data class TableHiveOptionsArgs(val parameters: Output<Map<String, String>>? = null, val storageDescriptor: Output<TableHiveOptionsStorageDescriptorArgs>? = null, val tableType: Output<String>? = null) : ConvertibleToJava<TableHiveOptionsArgs>

Constructors

Link copied to clipboard
constructor(parameters: Output<Map<String, String>>? = null, storageDescriptor: Output<TableHiveOptionsStorageDescriptorArgs>? = null, tableType: Output<String>? = null)

Properties

Link copied to clipboard
val parameters: Output<Map<String, String>>? = null

Stores user supplied Hive table parameters. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

Link copied to clipboard

Stores physical storage information on the data. Structure is documented below.

Link copied to clipboard
val tableType: Output<String>? = null

Hive table type. For example, MANAGED_TABLE, EXTERNAL_TABLE.

Functions

Link copied to clipboard
open override fun toJava(): TableHiveOptionsArgs