EncryptOptionsRangeOptions Property |
Gets the range options.
Namespace:
MongoDB.Driver.Encryption
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
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