The MongoDB shell prints binary data as a Base64-encoded string wrapped in what looks like a function call:
"_id" : BinData(0,"e8MEnzZoFyMmD7WSHdNrFJyEk8M=")
What does the "0" mean?
|
feedback
|
from the shell
The http://bsonspec.org/#/specification
Similar question on this thread http://groups.google.com/group/mongodb-dev/browse_thread/thread/1965aa234aa3ef1e | |||||||
feedback
|
|
I believe they they correspond to the BSON subtypes:
Looking at that, it appears that | |||
|
feedback
|