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
|
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
|
Compatibility alias - will be deprecated soon. |
code
|
JaveScript code
|
CodeWScope
|
Compatibility alias - will be deprecated soon. |
codeWScope
|
JavaScript code with scope
|
Date
|
Compatibility alias - will be deprecated soon. |
date
|
Date value (UTC)
|
DBRef
|
Compatibility alias - will be deprecated soon. |
dbRef
|
Deprecated |
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
|
Compatibility alias - will be deprecated soon. |
object
|
An object aka. dictionary of string to Bson
|
ObjectID
|
Compatibility alias - will be deprecated soon. |
objectID
|
BSON Object ID (96-bit)
|
regex
|
Regular expression |
Regex
|
Compatibility alias - will be deprecated soon. |
String
|
Compatibility alias - will be deprecated soon. |
string
|
A UTF-8 string
|
symbol
|
Symbol /variable name
|
Symbol
|
Compatibility alias - will be deprecated soon. |
timestamp
|
Timestamp value
|
Timestamp
|
Compatibility alias - will be deprecated soon. |
Undefined
|
Compatibility alias - will be deprecated soon. |
undefined
|
Deprecated |
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.