Constructor RangeOptions
- Namespace
- MongoDB.Driver.Encryption
- Assembly
- MongoDB.Driver.dll
RangeOptions(Optional<BsonValue>, Optional<BsonValue>, Optional<int?>, Optional<long?>, Optional<int?>)
Initializes a new instance of the RangeOptions class.
public RangeOptions(Optional<BsonValue> min = default, Optional<BsonValue> max = default, Optional<int?> precision = default, Optional<long?> sparsity = default, Optional<int?> trimFactor = default)