EncryptOptionsRangeOptions Property |
Gets the range options.
Namespace:
MongoDB.Driver.Encryption
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax public RangeOptions RangeOptions { get; }
Public ReadOnly Property RangeOptions As RangeOptions
Get
member RangeOptions : RangeOptions with 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