Table of Contents

Class TextSearchOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public class TextSearchOptions
Inheritance
TextSearchOptions
Inherited Members

Constructors

TextSearchOptions()

public TextSearchOptions()

Properties

CaseSensitive

public bool? CaseSensitive { get; set; }

Property Value

bool?

DiacriticSensitive

public bool? DiacriticSensitive { get; set; }

Property Value

bool?

Language

public string Language { get; set; }

Property Value

string