Enum Bson.Type
Represents the type
of a BSON value
The enum base type is
ubyte
.
Enum members
Name | Description |
---|---|
Array | An array of BSON values |
BinData | Raw binary data (ubyte[]) |
Bool | Boolean value |
Code | JaveScript code |
CodeWScope | JavaScript code with scope |
Date | Date value (UTC) |
DBRef | Deprecated |
Double | A 64-bit floating point value |
End | End marker - should never occur explicitly |
Int | 32-bit integer |
Long | 64-bit integer |
MaxKey | Internal value |
MinKey | Internal value |
Null | Null value |
Object | An object aka. dictionary of string to Bson |
ObjectID | BSON Object ID (96-bit) |
Regex | Regular expression |
String | A UTF-8 string |
Symbol | Symbol /variable name |
Timestamp | Timestamp value |
Undefined | Deprecated |
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.