:
public class C {
public Guid Id;
public int X;
}
MongoVUE:
/* 0 */
{
"_id": {
"$binary": "q4TTjt8k4UyaJI6FwuZ1EQ==",
"$type": "03"
},
"X": 1
}
GUID BSON 3, ObjectId.
GUID MongoVUE, BSON 3. Base64 .
, UUID MongoDB. (#, Java Python), UUID, UUID, .
4 UUID UUID (16 , UUID).
The current version of the C # driver (version 1.1 has just been released) has some experimental support for working with various GUID representations (see the GuidRepresentation listing and where it is used).
source
share