Enum BSONElementType
BSON element types: http://bsonspec.org/spec.html
Namespace: Azos.Serialization.BSON
Assembly: Azos.dll
Syntax
public enum BSONElementType
Fields
Name | Description |
---|---|
Array | |
Binary | |
Boolean | |
DateTime | |
Document | |
Double | |
Int32 | |
Int64 | |
JavaScript | |
JavaScriptWithScope | |
MaxKey | |
MinKey | |
Null | |
ObjectID | |
RegularExpression | |
String | |
TimeStamp |