Table of Contents

Class ClusterAllocationExplainRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for ClusterAllocationExplain

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

Constructors

ClusterAllocationExplainRequestParameters()

public ClusterAllocationExplainRequestParameters()

Properties

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

IncludeDiskInfo

Return information about disk usage and shard sizes (default: false)

public bool? IncludeDiskInfo { get; set; }

Property Value

bool?

IncludeYesDecisions

Return 'YES' decisions in explanation (default: false)

public bool? IncludeYesDecisions { get; set; }

Property Value

bool?