CatalogTableStorageDescriptorSerDeInfoArgs

data class CatalogTableStorageDescriptorSerDeInfoArgs(val name: Output<String>? = null, val parameters: Output<Map<String, String>>? = null, val serializationLibrary: Output<String>? = null) : ConvertibleToJava<CatalogTableStorageDescriptorSerDeInfoArgs>

Constructors

constructor(name: Output<String>? = null, parameters: Output<Map<String, String>>? = null, serializationLibrary: Output<String>? = null)

Properties

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

Name of the SerDe.

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

Map of initialization parameters for the SerDe, in key-value form.

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

Usually the class that implements the SerDe. An example is org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe.

Functions

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