Table of Contents

Class TextOptions

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

Text options.

[Obsolete("Use StringOptions instead.")]
public sealed class TextOptions
Inheritance
TextOptions
Inherited Members

Remarks

This is a deprecated alias for StringOptions. Use StringOptions instead.

Constructors

TextOptions(bool, bool, Optional<PrefixOptions>, Optional<SubstringOptions>, Optional<SuffixOptions>)

Initializes a new instance of the TextOptions class.

Properties

CaseSensitive

Gets whether text indexes for this field are case-sensitive.

DiacriticSensitive

Gets whether text indexes for this field are diacritic sensitive.

PrefixOptions

Gets the prefix options.

SubstringOptions

Gets the substring options.

SuffixOptions

Gets the suffix options.