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.
Constructors
Link copied to clipboard
fun OrcWriteSettingsArgs(fileNamePrefix: Output<Any>? = null, maxRowsPerFile: Output<Any>? = null, type: Output<String>)