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