TableExternalCatalogTableOptionsStorageDescriptorSerdeInfoArgs

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

Constructors

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

Properties

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

Name of the SerDe. The maximum length is 256 characters.

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

Key-value pairs that define the initialization parameters for the serialization library. Maximum size 10 Kib.

Link copied to clipboard

Specifies a fully-qualified class name of the serialization library that is responsible for the translation of data between table representation and the underlying low-level input and output format structures. The maximum length is 256 characters.

Functions

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