AvroWriteSettings interface
Avro write settings.
- Extends
Properties
file |
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string). |
max |
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer). |
record |
Top level record name in write result, which is required in AVRO spec. |
record |
Record namespace in the write result. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
fileNamePrefix
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
fileNamePrefix?: any
Property Value
any
maxRowsPerFile
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
maxRowsPerFile?: any
Property Value
any
recordName
Top level record name in write result, which is required in AVRO spec.
recordName?: string
Property Value
string
recordNamespace
Record namespace in the write result.
recordNamespace?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "AvroWriteSettings"
Property Value
"AvroWriteSettings"