Table of Contents

Class SubstringOptions

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

Substring options.

public sealed class SubstringOptions
Inheritance
SubstringOptions
Inherited Members

Remarks

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

Constructors

SubstringOptions(int, int, int)

Initializes a new instance of the SubstringOptions class.

Properties

StrMaxLength

Gets the maximum allowed length to insert.

StrMaxQueryLength

Gets the maximum allowed query length.

StrMinQueryLength

Gets the minimum allowed query length.