BSONElementType EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

BSON element types: http://bsonspec.org/spec.html

Namespace: NFX.Serialization.BSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum BSONElementType
Members

  Member nameValueDescription
Double1
String2
Document3
Array4
Binary5
ObjectID7
Boolean8
DateTime9
Null10
RegularExpression11
JavaScript13
JavaScriptWithScope15
Int3216
TimeStamp17
Int6418
MinKey255
MaxKey127
See Also