NEST by Elastic and contributors

<PackageReference Include="NEST" Version="7.1.0" />

.NET API 4,319,232 bytes

 CatTasksRequest

Request for Tasks

http://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html

public string[] Actions { get; set; }

A comma-separated list of actions that should be returned. Leave empty to return all.

public bool? Detailed { get; set; }

Return detailed task information (default: false)

public string Format { get; set; }

a short version of the Accept header, e.g. json, yaml

public string[] Headers { get; set; }

Comma-separated list of column names to display

public bool? Help { get; set; }

Return help information

public string[] NodeId { get; set; }

A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes

public long? ParentTask { get; set; }

Return tasks with specified parent task id. Set to -1 to return all.

protected ICatTasksRequest Self { get; }

public string[] SortByColumns { get; set; }

Comma-separated list of column names or column aliases to sort by

public bool? Verbose { get; set; }

Verbose mode. Display column headers

public CatTasksRequest()