Class CommentOccurrencesResult
The result for an comment occurrence request
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public class CommentOccurrencesResult
Properties
ChangeTrackingTimestamp
The change tracking timestamp of the comment index
Declaration
[JsonPropertyName("changeTrackingTimestamp")]
public DateTime? ChangeTrackingTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
MentionedUsersOccurrences
Occurrences of the mentioned users of comments
Declaration
[JsonPropertyName("mentionedUsersOccurrences")]
public Occurrences MentionedUsersOccurrences { get; set; }
Property Value
| Type | Description |
|---|---|
| Occurrences |
ObjectTypeOccurrences
Occurrences of object types of comments
Declaration
[JsonPropertyName("objectTypeOccurrences")]
public Occurrences ObjectTypeOccurrences { get; set; }
Property Value
| Type | Description |
|---|---|
| Occurrences |
UserOccurrences
Occurrences of users that created a comment
Declaration
[JsonPropertyName("userOccurrences")]
public Occurrences UserOccurrences { get; set; }
Property Value
| Type | Description |
|---|---|
| Occurrences |