Table of Contents

Enum BsonType

Namespace
Shard.Codecs.Bson
Assembly
Shard.Codecs.dll

Lists the BSON tags that Shard's traversal can recognize.

public enum BsonType : byte

Fields

Array = 4
Binary = 5
Boolean = 8
Decimal128 = 19
Document = 3
Double = 1
Int32 = 16
Int64 = 18
JavaScript = 13
JavaScriptWithScope = 15
MaxKey = 127
MinKey = 255
Null = 10
ObjectId = 7
Regex = 11
String = 2
Symbol = 14
Timestamp = 17
Undefined = 6
UtcDateTime = 9

Remarks

NOTE: deprecated DBPointer is intentionally absent and is rejected when encountered.