CatalogTableStorageDescriptorColumnArgs

data class CatalogTableStorageDescriptorColumnArgs(val comment: Output<String>? = null, val name: Output<String>, val parameters: Output<Map<String, String>>? = null, val type: Output<String>? = null) : ConvertibleToJava<CatalogTableStorageDescriptorColumnArgs>

Constructors

Link copied to clipboard
constructor(comment: Output<String>? = null, name: Output<String>, parameters: Output<Map<String, String>>? = null, type: Output<String>? = null)

Properties

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

Free-form text comment.

Link copied to clipboard
val name: Output<String>

Name of the Column.

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

Key-value pairs defining properties associated with the column.

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

Datatype of data in the Column.

Functions

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