Table of Contents

Class IndicesStatsRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for IndicesStatsForAll

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

Constructors

IndicesStatsRequestParameters()

public IndicesStatsRequestParameters()

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

HttpMethod

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

Property Value

string[]

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 stats aggregated at cluster, index or shard level

public Level? Level { get; set; }

Property Value

Level?