Class PrefixOptions
- Namespace
- MongoDB.Driver.Encryption
- Assembly
- MongoDB.Driver.Encryption.dll
Prefix options.
public sealed class PrefixOptions
- Inheritance
-
PrefixOptions
- Inherited Members
Remarks
PrefixOptions is used with TextOptions and provides further options to support "prefixPreview" queries. PrefixOptions is currently unstable API and subject to backwards breaking changes.
Constructors
- PrefixOptions(int, int)
Initializes a new instance of the PrefixOptions class.
Properties
- StrMaxQueryLength
Gets the maximum allowed query length.
- StrMinQueryLength
Gets the minimum allowed query length.