Method Min
Min(string, BsonValue)
Updates the named element if and only if the provided value is less than its current value (see $max).
public UpdateBuilder Min(string name, BsonValue value)
Parameters
Returns
- UpdateBuilder
The builder (so method calls can be chained).