OrcWriteSettingsResponse

data class OrcWriteSettingsResponse(val fileNamePrefix: Any? = null, val maxRowsPerFile: Any? = null, val type: String)

Orc write settings.

Constructors

Link copied to clipboard
constructor(fileNamePrefix: Any? = null, maxRowsPerFile: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fileNamePrefix: Any? = null

Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).

Link copied to clipboard
val maxRowsPerFile: Any? = null

Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).

Link copied to clipboard

The write setting type. Expected value is 'OrcWriteSettings'.