Enum Bson.Type
Represents the type
of a BSON value
The enum base type is
ubyte
.
Enum members
Name | Description |
---|---|
End | End marker - should never occur explicitly |
Double | A 64-bit floating point value |
String | A UTF-8 string |
Object | An object aka. dictionary of string to Bson |
Array | An array of BSON values |
BinData | Raw binary data (ubyte[]) |
Undefined | Deprecated |
ObjectID | BSON Object ID (96-bit) |
Bool | Boolean value |
Date | Date value (UTC) |
Null | Null value |
Regex | Regular expression |
DBRef | Deprecated |
Code | JaveScript code |
Symbol | Symbol /variable name |
CodeWScope | JavaScript code with scope |
Int | 32-bit integer |
Timestamp | Timestamp value |
Long | 64-bit integer |
MinKey | Internal value |
MaxKey | Internal value |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.