Search Results for

    Show / Hide Table of Contents

    Class CommentOccurrencesResult

    The result for an comment occurrence request

    Inheritance
    object
    CommentOccurrencesResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Version 6.1.0.11rc