Class CommentCountRequest
Request object for count of comment
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public class CommentCountRequest
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? |