Search Results for

    Show / Hide Table of Contents

    Class ObjectSearchResult

    Result of an object search

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

    Properties

    ChangeTrackingVersion

    The change tracking version of the object index

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

    More

    True, if there are more items to search for, false otherwise.

    Declaration
    [JsonPropertyName("more")]
    public bool More { get; set; }
    Property Value
    Type Description
    bool

    Objects

    The result objects

    Declaration
    [JsonPropertyName("objects")]
    public IList<ObjectItem> Objects { get; set; }
    Property Value
    Type Description
    IList<ObjectItem>
    In this article
    Back to top Version 6.1.0.11rc