Table of Contents

Class SearchAfter

Namespace
Examine.Search
Assembly
Examine.Core.dll

Options for Searching After. Used for efficent deep paging.

public class SearchAfter
Inheritance
SearchAfter
Inherited Members

Constructors

SearchAfter(string)

Constructor

public SearchAfter(string searchAfter)

Parameters

searchAfter string

String representing the search after value

Properties

Value

String representing the search after value

public string Value { get; }

Property Value

string