Search Results for

    Show / Hide Table of Contents

    Class CatTasksRecord

    Inheritance
    object
    CatTasksRecord
    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
    public class CatTasksRecord : ICatRecord

    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

    Ip

    Declaration
    [DataMember(Name = "ip")]
    public string Ip { get; }
    Property Value
    Type Description
    string
    | 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 string ParentTaskId { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RunningTime

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

    StartTime

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

    TaskId

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

    Timestamp

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

    Type

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

    Implements

    ICatRecord

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Action
      • Ip
      • Node
      • ParentTaskId
      • RunningTime
      • StartTime
      • TaskId
      • Timestamp
      • Type
    • Implements
    • Extension Methods
    Back to top Generated by DocFX