Table of Contents

Class RecoveryStatusRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for IndicesRecoveryForAll

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

Constructors

RecoveryStatusRequestParameters()

public RecoveryStatusRequestParameters()

Properties

ActiveOnly

Display only those recoveries that are currently on-going

public bool? ActiveOnly { get; set; }

Property Value

bool?

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

Detailed

Whether to display detailed information about shard recovery

public bool? Detailed { get; set; }

Property Value

bool?