Table of Contents

Class SearchTrackingOptions

Namespace
MongoDB.Driver.Search
Assembly
MongoDB.Driver.dll

Options for tracking the search query.

public sealed class SearchTrackingOptions
Inheritance
SearchTrackingOptions
Inherited Members

Properties

SearchTerms

Text or term associated with the query to track. You can specify only one term per query.

public string SearchTerms { get; set; }

Property Value

string