Class CommentOccurrencesRequest
Request comments for occurrences of fields
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public class CommentOccurrencesRequest
Properties
Filter
The comment filter condition
Declaration
[JsonPropertyName("filter")]
public CommentFilterCondition Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| CommentFilterCondition |
GetMentionedUsersOccurrences
Get occurrences for the mentionedUsers field
Declaration
[JsonPropertyName("getMentionedUsersOccurrences")]
public bool GetMentionedUsersOccurrences { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
GetObjectTypeOccurrences
Get occurrences for the objectType field
Declaration
[JsonPropertyName("getObjectTypeOccurrences")]
public bool GetObjectTypeOccurrences { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
GetUserOccurrences
Get occurrences for the user field
Declaration
[JsonPropertyName("getUserOccurrences")]
public bool GetUserOccurrences { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
MaxWaitTime
The maximum time to wait for a comment 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 |