vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Enum Bson.Type

Represents the type of a BSON value

enum Type : ubyte { ... }

Enum members

NameDescription
array An array of BSON values
Array Compatibility alias - will be deprecated soon.
binData Raw binary data (ubyte[])
BinData Compatibility alias - will be deprecated soon.
Bool Compatibility alias - will be deprecated soon.
bool_ Boolean value
code JaveScript code
Code Compatibility alias - will be deprecated soon.
codeWScope JavaScript code with scope
CodeWScope Compatibility alias - will be deprecated soon.
date Date value (UTC)
Date Compatibility alias - will be deprecated soon.
dbRef Deprecated
DBRef Compatibility alias - will be deprecated soon.
Double Compatibility alias - will be deprecated soon.
double_ A 64-bit floating point value
end End marker - should never occur explicitly
End Compatibility alias - will be deprecated soon.
Int Compatibility alias - will be deprecated soon.
int_ 32-bit integer
Long Compatibility alias - will be deprecated soon.
long_ 64-bit integer
maxKey Internal value
MaxKey Compatibility alias - will be deprecated soon.
minKey Internal value
MinKey Compatibility alias - will be deprecated soon.
Null Compatibility alias - will be deprecated soon.
null_ Null value
object An object aka. dictionary of string to Bson
Object Compatibility alias - will be deprecated soon.
objectID BSON Object ID (96-bit)
ObjectID Compatibility alias - will be deprecated soon.
regex Regular expression
Regex Compatibility alias - will be deprecated soon.
string A UTF-8 string
String Compatibility alias - will be deprecated soon.
symbol Symbol/variable name
Symbol Compatibility alias - will be deprecated soon.
timestamp Timestamp value
Timestamp Compatibility alias - will be deprecated soon.
undefined Deprecated
Undefined Compatibility alias - will be deprecated soon.
Authors

Sönke Ludwig

Copyright

© 2012-2015 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.