Search Results for

    Show / Hide Table of Contents

    Class CommentCountResult

    The result for a count search

    Inheritance
    object
    CommentCountResult
    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 CommentCountResult

    Properties

    ChangeTrackingTimestamp

    The change tracking timestamp of the comment index

    Declaration
    [JsonPropertyName("changeTrackingTimestamp")]
    public DateTime? ChangeTrackingTimestamp { get; set; }
    Property Value
    Type Description
    DateTime?

    Count

    The number of documents

    Declaration
    [JsonPropertyName("count")]
    public int Count { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Version 6.1.0.11rc