Represents the type of a BSON element.
Namespace: MongoDB.BsonMongoDB.Bson (in MongoDB.Bson.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax[SerializableAttribute] public enum BsonType
<SerializableAttribute> Public Enumeration BsonType
[<SerializableAttribute>] type BsonTypeMembers Member name Value Description EndOfDocument 0 Not a real BSON type. Used to signal the end of a document. Double 1 A BSON double. String 2 A BSON string. Document 3 A BSON document. Array 4 A BSON array. Binary 5 BSON binary data. Undefined 6 A BSON undefined value. ObjectId 7 A BSON ObjectId. Boolean 8 A BSON bool. DateTime 9 A BSON DateTime. Null 10 A BSON null value. RegularExpression 11 A BSON regular expression. JavaScript 13 BSON JavaScript code. Symbol 14 A BSON symbol. JavaScriptWithScope 15 BSON JavaScript code with a scope (a set of variables with values). Int32 16 A BSON 32-bit integer. Timestamp 17 A BSON timestamp. Int64 18 A BSON 64-bit integer. Decimal128 19 A BSON 128-bit decimal. MinKey 255 A BSON MinKey value. MaxKey 127 A BSON MaxKey value. See Also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4