Table of Contents

Class IndicesShardStoresRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for IndicesShardStoresForAll

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

Constructors

IndicesShardStoresRequestParameters()

public IndicesShardStoresRequestParameters()

Properties

AllowNoIndices

Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes _all string or when no indices have been specified)

public bool? AllowNoIndices { get; set; }

Property Value

bool?

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

ExpandWildcards

Whether to expand wildcard expression to concrete indices that are open, closed or both.

public ExpandWildcards? ExpandWildcards { get; set; }

Property Value

ExpandWildcards?

IgnoreUnavailable

Whether specified concrete indices should be ignored when unavailable (missing or closed)

public bool? IgnoreUnavailable { get; set; }

Property Value

bool?

OperationThreading

TODO: ?

public string OperationThreading { get; set; }

Property Value

string

Status

A comma-separated list of statuses used to filter on shards to get store information for

public string[] Status { get; set; }

Property Value

string[]