public final class OrcWriteSettings extends FormatWriteSettings
| Constructor and Description |
|---|
OrcWriteSettings() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFileNamePrefix()
Get the fileNamePrefix property: Specifies the file name pattern
<fileNamePrefix>_<fileIndex>.<fileExtension> when copy from non-file based store without
partitionOptions.
|
Object |
getMaxRowsPerFile()
Get the maxRowsPerFile property: Limit the written file's row count to be smaller than or equal to the specified
count.
|
OrcWriteSettings |
setFileNamePrefix(Object fileNamePrefix)
Set the fileNamePrefix property: Specifies the file name pattern
<fileNamePrefix>_<fileIndex>.<fileExtension> when copy from non-file based store without
partitionOptions.
|
OrcWriteSettings |
setMaxRowsPerFile(Object maxRowsPerFile)
Set the maxRowsPerFile property: Limit the written file's row count to be smaller than or equal to the specified
count.
|
getAdditionalProperties, setAdditionalPropertiespublic Object getMaxRowsPerFile()
public OrcWriteSettings setMaxRowsPerFile(Object maxRowsPerFile)
maxRowsPerFile - the maxRowsPerFile value to set.public Object getFileNamePrefix()
public OrcWriteSettings setFileNamePrefix(Object fileNamePrefix)
fileNamePrefix - the fileNamePrefix value to set.Copyright © 2021 Microsoft Corporation. All rights reserved.