const classafBson::MinKey

sys::Obj
  afBson::MinKey

@Serializable { simple=true }

(BSON Type) - MinKey is less than any other value of any type. This can be useful for always returning certain documents first (or last).

defVal

Source

const static MinKey defVal := ...

Singleton value.

toJs

Source

Str toJs()

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

minKey.toJs  // --> MinKey

See MongoDB Extended JSON.

val

Source

static MinKey val()

Returns the singleton defVal instance.