Enum BsonType
Lists the BSON tags that Shard's traversal can recognize.
public enum BsonType : byte
Fields
Array = 4Binary = 5Boolean = 8Decimal128 = 19Document = 3Double = 1Int32 = 16Int64 = 18JavaScript = 13JavaScriptWithScope = 15MaxKey = 127MinKey = 255Null = 10ObjectId = 7Regex = 11String = 2Symbol = 14Timestamp = 17Undefined = 6UtcDateTime = 9
Remarks
NOTE: deprecated DBPointer is intentionally absent and is rejected when encountered.