Avro C#
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. More...
 

Properties

IDictionary< string, byte[]> MetaData [get]
 Metadata in this header. More...
 
byte [] SyncData [get]
 Sync token. More...
 
Schema Schema [get, set]
 Avro schema. More...
 

Detailed Description

Header on an Avro data file.

Constructor & Destructor Documentation

◆ Header()

Avro.File.Header.Header ( )
inline

Initializes a new instance of the Header class.

Property Documentation

◆ MetaData

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

Metadata in this header.

◆ Schema

Schema Avro.File.Header.Schema
getset

Avro schema.

◆ SyncData

byte [] Avro.File.Header.SyncData
get

Sync token.


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