Parquet Write Settings Args
data class ParquetWriteSettingsArgs(val fileNamePrefix: Output<Any>? = null, val maxRowsPerFile: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ParquetWriteSettingsArgs>
Parquet 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).