Class CatTasksRecord
Inheritance
CatTasksRecord
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
|
Edit this page
View Source
Ip
Declaration
[DataMember(Name = "ip")]
public string Ip { get; }
Property Value
|
Edit this page
View Source
Node
Declaration
[DataMember(Name = "node")]
public string Node { get; }
Property Value
|
Edit this page
View Source
ParentTaskId
Declaration
[DataMember(Name = "parent_task_id")]
public string ParentTaskId { get; }
Property Value
|
Edit this page
View Source
RunningTime
Declaration
[DataMember(Name = "running_time")]
public string RunningTime { get; }
Property Value
|
Edit this page
View Source
StartTime
Declaration
[DataMember(Name = "start_time")]
public string StartTime { get; }
Property Value
|
Edit this page
View Source
TaskId
Declaration
[DataMember(Name = "task_id")]
public string TaskId { get; }
Property Value
|
Edit this page
View Source
Timestamp
Declaration
[DataMember(Name = "timestamp")]
public string Timestamp { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
[DataMember(Name = "type")]
public string Type { get; }
Property Value
Implements
Extension Methods