Table of Contents

Class IndexTemplateExistsRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for IndicesExistsTemplateForAll

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

Constructors

IndexTemplateExistsRequestParameters()

public IndexTemplateExistsRequestParameters()

Properties

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

FlatSettings

Return settings in flat format (default: false)

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

TimeSpan