Uses of Class
com.azure.resourcemanager.datafactory.models.ParquetWriteSettings
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of ParquetWriteSettings in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionParquetSink.formatSettings()
Get the formatSettings property: Parquet format settings.ParquetWriteSettings.withFileNamePrefix
(Object fileNamePrefix) Set the fileNamePrefix property: Specifies the file name pattern <fileNamePrefix>_<fileIndex>.<fileExtension> when copy from non-file based store without partitionOptions.ParquetWriteSettings.withMaxRowsPerFile
(Object maxRowsPerFile) Set the maxRowsPerFile property: Limit the written file's row count to be smaller than or equal to the specified count.Modifier and TypeMethodDescriptionParquetSink.withFormatSettings
(ParquetWriteSettings formatSettings) Set the formatSettings property: Parquet format settings.