Uses of Class
com.azure.resourcemanager.datafactory.models.ParquetWriteSettings
-
Packages that use ParquetWriteSettings Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of ParquetWriteSettings in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return ParquetWriteSettings Modifier and Type Method Description ParquetWriteSettings
ParquetSink. formatSettings()
Get the formatSettings property: Parquet format settings.ParquetWriteSettings
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
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.Methods in com.azure.resourcemanager.datafactory.models with parameters of type ParquetWriteSettings Modifier and Type Method Description ParquetSink
ParquetSink. withFormatSettings(ParquetWriteSettings formatSettings)
Set the formatSettings property: Parquet format settings.
-