19 using System.Collections.Generic;
27 private IDictionary<string, byte[]> _metaData;
28 private byte[] _syncData;
30 public IDictionary<string, byte[]>
MetaData {
get {
return _metaData; }}
31 public byte[]
SyncData {
get {
return _syncData; }}
36 _metaData =
new Dictionary<string, byte[]>();
37 _syncData =
new byte[16];
Base class for all schema types
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.