Table of Contents

Class RolloverIndexRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for IndicesRolloverForAll

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

Constructors

RolloverIndexRequestParameters()

public RolloverIndexRequestParameters()

Properties

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

DryRun

If set to true the rollover action will only be validated but not actually performed even if a condition matches. The default is false

public bool? DryRun { get; set; }

Property Value

bool?

MasterTimeout

Specify timeout for connection to master

public TimeSpan MasterTimeout { get; set; }

Property Value

TimeSpan

Timeout

Explicit operation timeout

public TimeSpan Timeout { get; set; }

Property Value

TimeSpan

WaitForActiveShards

Set the number of active shards to wait for on the newly created rollover index before the operation returns.

public string WaitForActiveShards { get; set; }

Property Value

string