Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AvroWriteSettings

Package version

Avro write settings.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional fileNamePrefix

fileNamePrefix: any

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

Optional maxRowsPerFile

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).

Optional recordName

recordName: undefined | string

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

Optional recordNamespace

recordNamespace: undefined | string

Record namespace in the write result.

type

type: "AvroWriteSettings"

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

Generated using TypeDoc