AvroWriteSettingsResponse

data class AvroWriteSettingsResponse(val fileNamePrefix: Any? = null, val maxRowsPerFile: Any? = null, val recordName: String? = null, val recordNamespace: String? = null, val type: String)

Avro write settings.

Constructors

Link copied to clipboard
constructor(fileNamePrefix: Any? = null, maxRowsPerFile: Any? = null, recordName: String? = null, recordNamespace: String? = 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
val recordName: String? = null

Top level record name in write result, which is required in AVRO spec.

Link copied to clipboard
val recordNamespace: String? = null

Record namespace in the write result.

Link copied to clipboard

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