Search Results for

    Show / Hide Table of Contents

    Class CatPendingTasksRecord

    Inheritance
    object
    CatPendingTasksRecord
    Implements
    ICatRecord
    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 CatPendingTasksRecord : ICatRecord

    Properties

    | Edit this page View Source

    InsertOrder

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

    Priority

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

    Source

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

    TimeInQueue

    Declaration
    [DataMember(Name = "timeInQueue")]
    public string TimeInQueue { get; set; }
    Property Value
    Type Description
    string

    Implements

    ICatRecord

    Extension Methods

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