Table of Contents

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 StringOptions (or the deprecated TextOptions) and provides further options to support "prefix" and "prefixPreview" queries.

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.