OPTIONS

$min

On this page

Definition

$min

Deprecated since version 3.2: The $min operator is deprecated. Use cursor.min() instead.

Specify a $min value to specify the inclusive lower bound for a specific index in order to constrain the results of find(). The $min specifies the lower bound for all keys of a specific index in order.

The mongo shell provides the min() wrapper method.