Search Results for

    Show / Hide Table of Contents

    Class ObjectCountResult

    The result for a count search

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

    Properties

    ChangeTrackingVersion

    The change tracking version of the object or comment index

    Declaration
    [JsonPropertyName("changeTrackingVersion")]
    public long? ChangeTrackingVersion { get; set; }
    Property Value
    Type Description
    long?

    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