const classafBson::MinKey

sys::Obj
  afBson::MinKey

@Serializable

(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

Source

Str toJs()

Returns a Mongo Shell compliant, JavaScript representation of MinKey. Example:

minKey.toJs  // --> MinKey

See MongoDB Extended JSON.