다음을 통해 공유


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

TextSearchOptions()

Fields

DefaultTop

Default number of search results to return.

Properties

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