AnomalyDetectorCsvFormatDescriptorArgs

data class AnomalyDetectorCsvFormatDescriptorArgs(val charset: Output<String>? = null, val containsHeader: Output<Boolean>? = null, val delimiter: Output<String>? = null, val fileCompression: Output<AnomalyDetectorCsvFormatDescriptorFileCompression>? = null, val headerList: Output<List<String>>? = null, val quoteSymbol: Output<String>? = null) : ConvertibleToJava<AnomalyDetectorCsvFormatDescriptorArgs>

Constructors

Link copied to clipboard
constructor(charset: Output<String>? = null, containsHeader: Output<Boolean>? = null, delimiter: Output<String>? = null, fileCompression: Output<AnomalyDetectorCsvFormatDescriptorFileCompression>? = null, headerList: Output<List<String>>? = null, quoteSymbol: Output<String>? = null)

Properties

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

The character set in which the source CSV file is written.

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

Whether or not the source CSV file contains a header.

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

The character used to delimit the source CSV file.

Link copied to clipboard

The level of compression of the source CSV file.

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

A list of the source CSV file's headers, if any.

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

The character used as a quote character.

Functions

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