Class ShrinkIndexRequestParameters
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
Request options for IndicesShrink
http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-shrink-index.html
public class ShrinkIndexRequestParameters : RequestParameters<ShrinkIndexRequestParameters>, IRequestParameters
- Inheritance
-
ShrinkIndexRequestParameters
- Implements
- Inherited Members
Constructors
ShrinkIndexRequestParameters()
public ShrinkIndexRequestParameters()
Properties
DefaultHttpMethod
public override HttpMethod DefaultHttpMethod { get; }
Property Value
MasterTimeout
Specify timeout for connection to master
public TimeSpan MasterTimeout { get; set; }
Property Value
Timeout
Explicit operation timeout
public TimeSpan Timeout { get; set; }
Property Value
WaitForActiveShards
Set the number of active shards to wait for on the shrunken index before the operation returns.
public string WaitForActiveShards { get; set; }