Table of Contents

Class ClusterRerouteRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for ClusterReroute

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

Constructors

ClusterRerouteRequestParameters()

public ClusterRerouteRequestParameters()

Properties

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

DryRun

Simulate the operation only and return the resulting state

public bool? DryRun { get; set; }

Property Value

bool?

Explain

Return an explanation of why the commands can or cannot be executed

public bool? Explain { get; set; }

Property Value

bool?

MasterTimeout

Explicit operation timeout for connection to master node

public TimeSpan MasterTimeout { get; set; }

Property Value

TimeSpan

Metric

Limit the information returned to the specified metrics. Defaults to all but metadata

public string[] Metric { get; set; }

Property Value

string[]

RetryFailed

Retries allocation of shards that are blocked due to too many subsequent allocation failures

public bool? RetryFailed { get; set; }

Property Value

bool?

Timeout

Explicit operation timeout

public TimeSpan Timeout { get; set; }

Property Value

TimeSpan