Package version:

Interface OrcWriteSettings

Orc write settings.

interface OrcWriteSettings {
    fileNamePrefix?: any;
    maxRowsPerFile?: any;
    type: "OrcWriteSettings";
}

Hierarchy (view full)

Properties

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).

type

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