TextSearchOptions Class

Definition

Options which can be applied when using ITextSearch.

public sealed class TextSearchOptions
type TextSearchOptions = class
Public NotInheritable Class TextSearchOptions
Inheritance
TextSearchOptions

Constructors

Name Description
TextSearchOptions()

Fields

Name Description
DefaultTop

Default number of search results to return.

Properties

Name Description
Filter

The filter expression to apply to the search query.

IncludeTotalCount

Flag indicating the total count should be included in the results.

Skip

The index of the first result to return.

Top

Number of search results to return.

Applies to