Class TaskInfo
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
|
Edit this page
View Source
Cancellable
Declaration
[DataMember(Name = "cancellable")]
public bool Cancellable { get; }
Property Value
|
Edit this page
View Source
Children
Declaration
[DataMember(Name = "children")]
public IReadOnlyCollection<TaskInfo> Children { get; }
Property Value
|
Edit this page
View Source
Description
Declaration
[DataMember(Name = "description")]
public string Description { get; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "headers")]
public IReadOnlyDictionary<string, string> Headers { get; }
Property Value
|
Edit this page
View Source
Id
Declaration
[DataMember(Name = "id")]
public long Id { get; }
Property Value
|
Edit this page
View Source
Node
Declaration
[DataMember(Name = "node")]
public string Node { get; }
Property Value
|
Edit this page
View Source
RunningTimeInNanoseconds
Declaration
[DataMember(Name = "running_time_in_nanos")]
public long RunningTimeInNanoseconds { get; }
Property Value
|
Edit this page
View Source
StartTimeInMilliseconds
Declaration
[DataMember(Name = "start_time_in_millis")]
public long StartTimeInMilliseconds { get; }
Property Value
|
Edit this page
View Source
Status
Declaration
[DataMember(Name = "status")]
public TaskStatus Status { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
[DataMember(Name = "type")]
public string Type { get; }
Property Value
Extension Methods