min property

Map<String, Object>? min
final

The inclusive lower bound for a specific index. See cursor.min() for details. Starting in MongoDB 4.2, to use the min field, the command must also use hint unless the specified filter is an equality condition on the _id field { _id:

Implementation

final Map<String, Object>? min;