DelimitedTextReadSettingsArgs

data class DelimitedTextReadSettingsArgs(val compressionProperties: Output<Any>? = null, val skipLineCount: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<DelimitedTextReadSettingsArgs>

Delimited text read settings.

Constructors

Link copied to clipboard
constructor(compressionProperties: Output<Any>? = null, skipLineCount: Output<Any>? = null, type: Output<String>)

Properties

Link copied to clipboard
val compressionProperties: Output<Any>? = null

Compression settings.

Link copied to clipboard
val skipLineCount: Output<Any>? = null

Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val type: Output<String>

The read setting type. Expected value is 'DelimitedTextReadSettings'.

Functions

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