Orc Write Settings Args
data class OrcWriteSettingsArgs(val fileNamePrefix: Output<Any>? = null, val maxRowsPerFile: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<OrcWriteSettingsArgs>
Orc write settings.
Properties
Link copied to clipboard
Specifies the file name pattern
Link copied to clipboard
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).