Class CatHelpRequestParameters
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
Request options for CatHelp
http://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html
public class CatHelpRequestParameters : RequestParameters<CatHelpRequestParameters>, IRequestParameters
- Inheritance
-
CatHelpRequestParameters
- Implements
- Inherited Members
Constructors
CatHelpRequestParameters()
public CatHelpRequestParameters()
Properties
DefaultHttpMethod
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Help
Return help information
public bool? Help { get; set; }
Property Value
- bool?
SortByColumns
Comma-separated list of column names or column aliases to sort by
public string[] SortByColumns { get; set; }
Property Value
- string[]