TableHiveOptionsStorageDescriptorArgs

data class TableHiveOptionsStorageDescriptorArgs(val inputFormat: Output<String>? = null, val locationUri: Output<String>? = null, val outputFormat: Output<String>? = null) : ConvertibleToJava<TableHiveOptionsStorageDescriptorArgs>

Constructors

Link copied to clipboard
constructor(inputFormat: Output<String>? = null, locationUri: Output<String>? = null, outputFormat: Output<String>? = null)

Properties

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

The fully qualified Java class name of the input format.

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

Cloud Storage folder URI where the table data is stored, starting with "gs://".

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

The fully qualified Java class name of the output format.

Functions

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