Class CatIndicesRequestParameters
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
Request options for CatIndices
http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html
public class CatIndicesRequestParameters : RequestParameters<CatIndicesRequestParameters>, IRequestParameters
- Inheritance
-
CatIndicesRequestParameters
- Implements
- Inherited Members
Constructors
CatIndicesRequestParameters()
public CatIndicesRequestParameters()
Properties
Bytes
The unit in which to display byte values
public Bytes? Bytes { get; set; }
Property Value
DefaultHttpMethod
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Format
a short version of the Accept header, e.g. json, yaml
public string Format { get; set; }
Property Value
Headers
Comma-separated list of column names to display
public string[] Headers { get; set; }
Property Value
- string[]
Health
A health status ("green", "yellow", or "red" to filter only indices matching the specified health status
public Health? Health { get; set; }
Property Value
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
Pri
Set to true to return stats only for primary shards
public bool? Pri { 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[]
Verbose
Verbose mode. Display column headers
public bool? Verbose { get; set; }
Property Value
- bool?