Avro C#
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Avro.File.Header Class Reference

Header on an Avro data file. More...

Public Member Functions

 Header ()
 Initializes a new instance of the Header class.
 

Properties

IDictionary< string, byte[]> MetaData [get]
 Gets the metadata in this header.
 
byte[] SyncData [get]
 Gets the synchronize token.
 
Schema Schema [get, set]
 Gets or sets the schema.
 

Detailed Description

Header on an Avro data file.

Property Documentation

◆ MetaData

IDictionary<string, byte[]> Avro.File.Header.MetaData
get

Gets the metadata in this header.

The metadata.

◆ Schema

Schema Avro.File.Header.Schema
getset

Gets or sets the schema.

The schema.

◆ SyncData

byte [] Avro.File.Header.SyncData
get

Gets the synchronize token.

The synchronize token.


The documentation for this class was generated from the following file: