SequoiaDB
 All Classes Namespaces Files Functions Variables Enumerations Properties Pages
Namespaces | Enumerations
BsonType.cs File Reference

Namespaces

package  SequoiaDB.Bson
 

Enumerations

enum  SequoiaDB.Bson.BsonType {
  SequoiaDB.Bson.EndOfDocument = 0x00, SequoiaDB.Bson.Double = 0x01, SequoiaDB.Bson.String = 0x02, SequoiaDB.Bson.Document = 0x03,
  SequoiaDB.Bson.Array = 0x04, SequoiaDB.Bson.Binary = 0x05, SequoiaDB.Bson.Undefined = 0x06, SequoiaDB.Bson.ObjectId = 0x07,
  SequoiaDB.Bson.Boolean = 0x08, SequoiaDB.Bson.DateTime = 0x09, SequoiaDB.Bson.Null = 0x0a, SequoiaDB.Bson.RegularExpression = 0x0b,
  SequoiaDB.Bson.DBPointer = 0x0c, SequoiaDB.Bson.JavaScript = 0x0d, SequoiaDB.Bson.Symbol = 0x0e, SequoiaDB.Bson.JavaScriptWithScope = 0x0f,
  SequoiaDB.Bson.Int32 = 0x10, SequoiaDB.Bson.Timestamp = 0x11, SequoiaDB.Bson.Int64 = 0x12, SequoiaDB.Bson.Decimal = 0x64,
  SequoiaDB.Bson.MinKey = 0xff, SequoiaDB.Bson.MaxKey = 0x7f
}
 Represents the type of a BSON element. More...