Table of Contents

Constructor RangeOptions

Namespace
MongoDB.Driver.Encryption
Assembly
MongoDB.Driver.dll

RangeOptions(long, Optional<BsonValue>, Optional<BsonValue>, Optional<int?>)

Initializes a new instance of the RangeOptions class.

public RangeOptions(long sparsity, Optional<BsonValue> min = default, Optional<BsonValue> max = default, Optional<int?> precision = default)

Parameters

sparsity long

The sparsity.

min Optional<BsonValue>

The min range.

max Optional<BsonValue>

The max range.

precision Optional<int?>

The precision range.