Package version:

Interface DelimitedTextReadSettings

Delimited text read settings.

interface DelimitedTextReadSettings {
    compressionProperties?: CompressionReadSettingsUnion;
    skipLineCount?: any;
    type: "DelimitedTextReadSettings";
}

Hierarchy (view full)

Properties

compressionProperties?: CompressionReadSettingsUnion

Compression settings.

skipLineCount?: any

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