Search Results for

    Show / Hide Table of Contents

    Class CommentCountRequest

    Request object for count of comment

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

    Properties

    Filter

    The filter settings

    Declaration
    [JsonPropertyName("filter")]
    public CommentFilterCondition Filter { get; set; }
    Property Value
    Type Description
    CommentFilterCondition

    MaxWaitTime

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

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

    MinChangeTrackingTimestamp

    The minimum change tracking timestamp of the index

    Declaration
    [JsonPropertyName("minChangeTrackingTimestamp")]
    public DateTime? MinChangeTrackingTimestamp { get; set; }
    Property Value
    Type Description
    DateTime?
    In this article
    Back to top Version 6.1.0.11rc