Package version:

Interface DelimitedTextWriteSettings

Delimited text write settings.

interface DelimitedTextWriteSettings {
    fileExtension: any;
    fileNamePrefix?: any;
    maxRowsPerFile?: any;
    quoteAllText?: any;
    type: "DelimitedTextWriteSettings";
}

Hierarchy (view full)

Properties

fileExtension: any

The file extension used to create the files. Type: string (or Expression with resultType string).

fileNamePrefix?: any

Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).

maxRowsPerFile?: any

Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).

quoteAllText?: any

Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).

type

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