Class Page
Page condition for a search
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public class Page
Properties
Skip
Skip the first N documents of the search result (used for paging, default: 0)
Declaration
[JsonPropertyName("skip")]
public int Skip { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Take
The number of top documents. A value <=0 returns all documents found (the default)
Declaration
[JsonPropertyName("take")]
public int Take { get; set; }
Property Value
| Type | Description |
|---|---|
| int |