Table External Catalog Table Options Storage Descriptor Args
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
Link copied to clipboard
constructor(inputFormat: Output<String>? = null, locationUri: Output<String>? = null, outputFormat: Output<String>? = null, serdeInfo: Output<TableExternalCatalogTableOptionsStorageDescriptorSerdeInfoArgs>? = null)
Properties
Link copied to clipboard
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
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
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. */