AvroFormat
classView source ↗
class AvroFormat(chunk_size: int = 50000)
Bases: FileFormat
Categories: file-format
Avro file format.
Initializes the AVRO format object.
Parameters
parameter
chunk_sizeint, optionalThe chunk size for reading/writing AVRO files. Defaults to 1000.
Properties
property
chunk_sizeintReturns the chunk size for reading/writing AVRO files.
Returns: int: The chunk size.