const classafBson::MinKey
sys::Obj afBson::MinKey
(BSON Type) - MinKey is less than any other value of any type. This can be useful for always returning certain documents first (or last).
- toJs
Str toJs()Returns a Mongo Shell compliant, JavaScript representation of
MinKey. Example:minKey.toJs
// --> MinKey