ZoneDiscoverySpecCsvOptionsArgs

data class ZoneDiscoverySpecCsvOptionsArgs(val delimiter: Output<String>? = null, val disableTypeInference: Output<Boolean>? = null, val encoding: Output<String>? = null, val headerRows: Output<Int>? = null) : ConvertibleToJava<ZoneDiscoverySpecCsvOptionsArgs>

Constructors

Link copied to clipboard
constructor(delimiter: Output<String>? = null, disableTypeInference: Output<Boolean>? = null, encoding: Output<String>? = null, headerRows: Output<Int>? = null)

Properties

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

Optional. The delimiter being used to separate values. This defaults to ','.

Link copied to clipboard
val disableTypeInference: Output<Boolean>? = null

Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.

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

Optional. The character encoding of the data. The default is UTF-8.

Link copied to clipboard
val headerRows: Output<Int>? = null

Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.

Functions

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