Table of Contents

Class GetIndexRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for IndicesGet

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

Constructors

GetIndexRequestParameters()

public GetIndexRequestParameters()

Properties

AllowNoIndices

Ignore if a wildcard expression resolves to no concrete indices (default: false)

public bool? AllowNoIndices { get; set; }

Property Value

bool?

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

ExpandWildcards

Whether wildcard expressions should get expanded to open or closed indices (default: open)

public ExpandWildcards? ExpandWildcards { get; set; }

Property Value

ExpandWildcards?

FlatSettings

Return settings in flat format (default: false)

public bool? FlatSettings { get; set; }

Property Value

bool?

IgnoreUnavailable

Ignore unavailable indexes (default: false)

public bool? IgnoreUnavailable { get; set; }

Property Value

bool?

IncludeDefaults

Whether to return all default setting for each of the indices.

public bool? IncludeDefaults { 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?