Beispiel #1
0
        static TimestampSchema()
        {
            var info = new SchemaInfo
            {
                Name   = "Timestamp",
                Type   = SchemaType.TIMESTAMP,
                Schema = new byte[0]
            };

            _schemaInfo = info;
            _instance   = new TimestampSchema();
        }