DBPointer
Deprecated
This functionality is deprecated in the BSON specification. See https://bsonspec.org/spec.html
A reference to a document in another collection.
A DB pointer is composed of two values: a namespace (the name of a collection) and an ID.
See also
Read the namespace.
Read the ID.
Write this type.