Table of Contents

Class SuffixOptions

Namespace
MongoDB.Driver.Encryption
Assembly
MongoDB.Driver.Encryption.dll

Suffix options.

public sealed class SuffixOptions
Inheritance
SuffixOptions
Inherited Members

Remarks

SuffixOptions is used with TextOptions and provides further options to support "suffixPreview" queries. SuffixOptions is currently unstable API and subject to backwards breaking changes.

Constructors

SuffixOptions(int, int)

Initializes a new instance of the SuffixOptions class.

Properties

StrMaxQueryLength

Gets the maximum allowed query length.

StrMinQueryLength

Gets the minimum allowed query length.