PartitionStorageDescriptorColumnArgs

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

Constructors

Link copied to clipboard
constructor(comment: Output<String>? = null, name: Output<String>, 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>

The name of the Column.

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

The datatype of data in the Column.

Functions

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