Table of Contents

Class CatTasksRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for CatTasks

http://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html
public class CatTasksRequestParameters : RequestParameters<CatTasksRequestParameters>, IRequestParameters
Inheritance
CatTasksRequestParameters
Implements
Inherited Members

Constructors

CatTasksRequestParameters()

public CatTasksRequestParameters()

Properties

Actions

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

public string[] Actions { get; set; }

Property Value

string[]

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

Detailed

Return detailed task information (default: false)

public bool? Detailed { get; set; }

Property Value

bool?

Format

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

public string Format { get; set; }

Property Value

string

Headers

Comma-separated list of column names to display

public string[] Headers { get; set; }

Property Value

string[]

Help

Return help information

public bool? Help { get; set; }

Property Value

bool?

NodeId

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 string[] NodeId { get; set; }

Property Value

string[]

ParentNode

Return tasks with specified parent node.

public string ParentNode { get; set; }

Property Value

string

ParentTask

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

public long? ParentTask { get; set; }

Property Value

long?

SortByColumns

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

public string[] SortByColumns { get; set; }

Property Value

string[]

Verbose

Verbose mode. Display column headers

public bool? Verbose { get; set; }

Property Value

bool?