TableHiveOptionsStorageDescriptor

data class TableHiveOptionsStorageDescriptor(val inputFormat: String? = null, val locationUri: String? = null, val outputFormat: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val inputFormat: String? = null

The fully qualified Java class name of the input format.

Link copied to clipboard
val locationUri: String? = null

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

Link copied to clipboard
val outputFormat: String? = null

The fully qualified Java class name of the output format.