SDK
SDK C# v2.x
2

SearchOptions #

This class represents the options usable with the search related methods.

It can be used with the following methods:

Namespace #

You must include the following namespace:

Copied to clipboard!
using KuzzleSdk.API.Options;

Properties #

Property Type Description
From
int
Offset of the first document to fetch
Scroll
string
When set, gets a forward-only cursor having its ttl set to the given value (ie 30s; cf elasticsearch time limits)
Size
int
Maximum number of documents to retrieve per page
Sort
string
Field to sort the result on