[This is preliminary documentation and is subject to change.]
BSON element types: http://bsonspec.org/spec.html
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Double | 1 | ||
| String | 2 | ||
| Document | 3 | ||
| Array | 4 | ||
| Binary | 5 | ||
| ObjectID | 7 | ||
| Boolean | 8 | ||
| DateTime | 9 | ||
| Null | 10 | ||
| RegularExpression | 11 | ||
| JavaScript | 13 | ||
| JavaScriptWithScope | 15 | ||
| Int32 | 16 | ||
| TimeStamp | 17 | ||
| Int64 | 18 | ||
| MinKey | 255 | ||
| MaxKey | 127 |
See Also