The Avro specification provides a simple object container file format to transmit and store multiple binary-encoded Avro values, along with a common schema.
Although the database does not provide direct support for the files, the following sections describe a general framework you can implement to import or export Avro data to and from these files using the feature's functionality.