Search Results for

    Show / Hide Table of Contents

    Class TaskInfo

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

    Properties

    | Edit this page View Source

    Action

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

    Cancellable

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

    Children

    Declaration
    [DataMember(Name = "children")]
    public IReadOnlyCollection<TaskInfo> Children { get; }
    Property Value
    Type Description
    IReadOnlyCollection<TaskInfo>
    | Edit this page View Source

    Description

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

    Headers

    Declaration
    [DataMember(Name = "headers")]
    public IReadOnlyDictionary<string, string> Headers { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, string>
    | Edit this page View Source

    Id

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

    Node

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

    RunningTimeInNanoseconds

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

    StartTimeInMilliseconds

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

    Status

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

    Type

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Action
      • Cancellable
      • Children
      • Description
      • Headers
      • Id
      • Node
      • RunningTimeInNanoseconds
      • StartTimeInMilliseconds
      • Status
      • Type
    • Extension Methods
    Back to top Generated by DocFX