Class CommentSearchRequest
Request object for comment search
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public class CommentSearchRequest
Properties
Filter
The filter settings
Declaration
[JsonPropertyName("filter")]
public CommentFilterCondition Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| CommentFilterCondition |
MaxWaitTime
The maximum time to wait for an index update (defaults to IndexApiOptions.DefaultWaitTime)
Declaration
[JsonPropertyName("maxWaitTime")]
public TimeSpan? MaxWaitTime { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan? |
MinChangeTrackingTimestamp
The minimum change tracking timestamp of the index
Declaration
[JsonPropertyName("minChangeTrackingTimestamp")]
public DateTime? MinChangeTrackingTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
Page
The page to load
Declaration
[JsonPropertyName("page")]
public Page Page { get; set; }
Property Value
| Type | Description |
|---|---|
| Page |
Sort
The sort settings
Declaration
[JsonPropertyName("sort")]
public CommentSortBy Sort { get; set; }
Property Value
| Type | Description |
|---|---|
| CommentSortBy |