Search Results for

    Show / Hide Table of Contents

    Class ObjectXmlLinkCountRequest

    Request for getting the number of objects with XML values that contain links

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

    Properties

    MaxWaitTime

    The maximum time to wait for an object index update (defaults to IndexApiOptions.DefaultWaitTime)

    Declaration
    [JsonPropertyName("maxWaitTime")]
    public TimeSpan? MaxWaitTime { get; set; }
    Property Value
    Type Description
    TimeSpan?

    MinChangeTrackingVersion

    The minimum change tracking version of the object index

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

    ObjectIds

    The list of Object Ids that are referred to

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