Search Results for

    Show / Hide Table of Contents

    Class TaskState

    The state of the task

    Inheritance
    object
    TaskState
    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
    public class TaskState

    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

    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

    ParentTaskId

    Declaration
    [DataMember(Name = "parent_task_id")]
    public TaskId ParentTaskId { get; }
    Property Value
    Type Description
    TaskId
    | 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
      • Description
      • Headers
      • Id
      • Node
      • ParentTaskId
      • RunningTimeInNanoSeconds
      • StartTimeInMilliseconds
      • Status
      • Type
    • Extension Methods
    Back to top Generated by DocFX