Table of Contents

Class GetIndexTemplateRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for IndicesGetTemplateForAll

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

Constructors

GetIndexTemplateRequestParameters()

public GetIndexTemplateRequestParameters()

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