Skip to main content
Version: 1.7.1

AvroFormat

class AvroFormat(chunk_size: int = 50000)

Bases: FileFormat

Categories: file-format

Avro file format.

Initializes the AVRO format object.

Parameters

parameter
chunk_sizeint, optional

The chunk size for reading/writing AVRO files. Defaults to 1000.

Properties

property
chunk_sizeint

Returns the chunk size for reading/writing AVRO files.

Returns: int: The chunk size.