Table of Contents

Class CatNodesRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for CatNodes

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

Constructors

CatNodesRequestParameters()

public CatNodesRequestParameters()

Properties

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

Format

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

public string Format { get; set; }

Property Value

string

FullId

Return the full node ID instead of the shortened version (default: false)

public bool? FullId { get; set; }

Property Value

bool?

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?

Local

Return local information, do not retrieve the state from master node (default: false)

public bool? Local { get; set; }

Property Value

bool?

MasterTimeout

Explicit operation timeout for connection to master node

public TimeSpan MasterTimeout { get; set; }

Property Value

TimeSpan

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?