Click or drag to resize

EncryptOptionsRangeOptions Property

Gets the range options.

Namespace:  MongoDB.Driver.Encryption
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
public RangeOptions RangeOptions { get; }

Property Value

Type: RangeOptions
The range options.
Remarks
The Range algorithm is experimental only. It is not intended for public use. RangeOpts specifies index options for a Queryable Encryption field supporting "rangePreview" queries. RangeOptions only applies when algorithm is "rangePreview".
See Also