Package version:

Interface AvroWriteSettings

Avro write settings.

Hierarchy

Properties

fileNamePrefix?: any

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

maxRowsPerFile?: any

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

recordName?: string

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

recordNamespace?: string

Record namespace in the write result.

type: "AvroWriteSettings"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc