|
Avro C#
|
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. | |
Header on an Avro data file.
|
get |
Gets the metadata in this header.
The metadata.
|
getset |
Gets or sets the schema.
The schema.
|
get |
Gets the synchronize token.
The synchronize token.