DelimitedTextReadSettings interface

Delimited text read settings.

Extends

Properties

compressionProperties

Compression settings.

skipLineCount

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

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

compressionProperties

Compression settings.

compressionProperties?: CompressionReadSettingsUnion

Property Value

skipLineCount

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

skipLineCount?: any

Property Value

any

type

Polymorphic discriminator, which specifies the different types this object can be

type: "DelimitedTextReadSettings"

Property Value

"DelimitedTextReadSettings"