Uses of Class
com.azure.resourcemanager.datafactory.models.OrcWriteSettings
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of OrcWriteSettings in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionOrcSink.formatSettings()
Get the formatSettings property: ORC format settings.OrcWriteSettings.withFileNamePrefix
(Object fileNamePrefix) Set the fileNamePrefix property: Specifies the file name pattern <fileNamePrefix>_<fileIndex>.<fileExtension> when copy from non-file based store without partitionOptions.OrcWriteSettings.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 TypeMethodDescriptionOrcSink.withFormatSettings
(OrcWriteSettings formatSettings) Set the formatSettings property: ORC format settings.