Search Results for

    Show / Hide Table of Contents

    Class PendingTask

    Inheritance
    object
    PendingTask
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    [DataContract]
    public class PendingTask

    Properties

    | Edit this page View Source

    InsertOrder

    Declaration
    [DataMember(Name = "insert_order")]
    public int InsertOrder { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Priority

    Declaration
    [DataMember(Name = "priority")]
    public string Priority { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Source

    Declaration
    [DataMember(Name = "source")]
    public string Source { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TimeInQueue

    Declaration
    [DataMember(Name = "time_in_queue")]
    public string TimeInQueue { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TimeInQueueMilliseconds

    Declaration
    [DataMember(Name = "time_in_queue_millis")]
    public int TimeInQueueMilliseconds { get; }
    Property Value
    Type Description
    int

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • InsertOrder
      • Priority
      • Source
      • TimeInQueue
      • TimeInQueueMilliseconds
    • Extension Methods
    Back to top Generated by DocFX