Class NodesStatsRequestParameters
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
Request options for NodesStatsForAll
http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-nodes-stats.html
public class NodesStatsRequestParameters : RequestParameters<NodesStatsRequestParameters>, IRequestParameters
- Inheritance
-
NodesStatsRequestParameters
- Implements
- Inherited Members
Constructors
NodesStatsRequestParameters()
public NodesStatsRequestParameters()
Properties
CompletionFields
A comma-separated list of fields for fielddata
and suggest
index metric (supports wildcards)
public string[] CompletionFields { get; set; }
Property Value
- string[]
DefaultHttpMethod
public override HttpMethod DefaultHttpMethod { get; }
Property Value
FielddataFields
A comma-separated list of fields for fielddata
index metric (supports wildcards)
public string[] FielddataFields { get; set; }
Property Value
- string[]
Fields
A comma-separated list of fields for fielddata
and completion
index metric (supports wildcards)
public string[] Fields { get; set; }
Property Value
- string[]
Groups
A comma-separated list of search groups for search
index metric
public bool? Groups { get; set; }
Property Value
- bool?
IncludeSegmentFileSizes
Whether to report the aggregated disk usage of each one of the Lucene index files (only applies if segment stats are requested)
public bool? IncludeSegmentFileSizes { get; set; }
Property Value
- bool?
Level
Return indices stats aggregated at index, node or shard level
public Level? Level { get; set; }
Property Value
Timeout
Explicit operation timeout
public TimeSpan Timeout { get; set; }
Property Value
Types
A comma-separated list of document types for the indexing
index metric
public string[] Types { get; set; }
Property Value
- string[]