Class ObjectSearchRequest
Request object for object search
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public class ObjectSearchRequest
Properties
Filter
The object filter condition
Declaration
[JsonPropertyName("filter")]
public ObjectFilterCondition Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| ObjectFilterCondition |
MaxWaitTime
The maximum time to wait for an object index update (defaults to IndexApiOptions.DefaultWaitTime)
Declaration
[JsonPropertyName("maxWaitTime")]
public TimeSpan? MaxWaitTime { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan? |
MinChangeTrackingVersion
The minimum change tracking version of the object index
Declaration
[JsonPropertyName("minChangeTrackingVersion")]
public long? MinChangeTrackingVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Page
The page to load
Declaration
[JsonPropertyName("page")]
public Page Page { get; set; }
Property Value
| Type | Description |
|---|---|
| Page |
SortBy
The list of sort criteria, if any
Declaration
[JsonPropertyName("sortBy")]
public IList<ObjectSortBy> SortBy { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ObjectSortBy> |