Package version:

Interface OrcWriteSettings

Orc write settings.

Hierarchy

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: "OrcWriteSettings"

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

Generated using TypeDoc