Package version:

Interface AvroWriteSettings

Avro write settings.

interface AvroWriteSettings {
    fileNamePrefix?: any;
    maxRowsPerFile?: any;
    recordName?: string;
    recordNamespace?: string;
    type: "AvroWriteSettings";
}

Hierarchy (view full)

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

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