TableExternalCatalogTableOptionsStorageDescriptorArgs

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

Constructors

constructor(inputFormat: Output<String>? = null, locationUri: Output<String>? = null, outputFormat: Output<String>? = null, serdeInfo: Output<TableExternalCatalogTableOptionsStorageDescriptorSerdeInfoArgs>? = null)

Properties

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

Specifies the fully qualified class name of the InputFormat (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"). The maximum length is 128 characters.

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

The physical location of the table (e.g. 'gs://spark-dataproc-data/pangea-data/case_sensitive/' or 'gs://spark-dataproc-data/pangea-data/*'). The maximum length is 2056 bytes.

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

Specifies the fully qualified class name of the OutputFormat (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat"). The maximum length is 128 characters.

Link copied to clipboard

Serializer and deserializer information. Structure is documented below. */

Functions

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