DataSetInputColumnArgs

data class DataSetInputColumnArgs(val name: Output<String>, val subType: Output<DataSetColumnDataSubType>? = null, val type: Output<DataSetInputColumnDataType>) : ConvertibleToJava<DataSetInputColumnArgs>

Metadata for a column that is used as the input of a transform operation.

Constructors

Link copied to clipboard
constructor(name: Output<String>, subType: Output<DataSetColumnDataSubType>? = null, type: Output<DataSetInputColumnDataType>)

Properties

Link copied to clipboard
val name: Output<String>

The name of this column in the underlying data source.

Link copied to clipboard
val subType: Output<DataSetColumnDataSubType>? = null

The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.

Link copied to clipboard

The data type of the column.

Functions

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