|
const string | MetaDataSync = "avro.sync" |
|
const string | MetaDataCodec = "avro.codec" |
|
const string | MetaDataSchema = "avro.schema" |
|
const string | NullCodec = "null" |
|
const string | DeflateCodec = "deflate" |
|
const string | MetaDataReserved = "avro" |
|
const int | Version = 1 |
|
const int | NullCodecHash = 2 |
|
const int | DeflateCodecHash = 0 |
|
const int | SyncSize = 16 |
|
const int | DefaultSyncInterval = 4000 * SyncSize |
|
byte [] Avro.File.DataFileConstants.Magic |
|
static |
Initial value:= { (byte)'O',
(byte)'b',
(byte)'j',
(byte)Version }
The documentation for this class was generated from the following file:
- src/apache/main/File/DataFileConstants.cs