ParquetWriteSettings interface
Parquet write settings.
- Extends
Properties
file |
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string). |
max |
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 |
Property Details
fileNamePrefix
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
fileNamePrefix?: any
Property Value
any
maxRowsPerFile
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
maxRowsPerFile?: any
Property Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "ParquetWriteSettings"
Property Value
"ParquetWriteSettings"