Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ParquetWriteSettings

Package version

Parquet write settings.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional fileNamePrefix

fileNamePrefix: any

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

Optional maxRowsPerFile

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

type: "ParquetWriteSettings"

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

Generated using TypeDoc