DelimitedTextReadSettingsResponse

data class DelimitedTextReadSettingsResponse(val compressionProperties: Any? = null, val skipLineCount: Any? = null, val type: String)

Delimited text read settings.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Compression settings.

Link copied to clipboard
val skipLineCount: 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

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