Class ClusterAllocationExplainRequestParameters
Request options for AllocationExplain
https://opensearch.org/docs/latest/api-reference/cluster-api/cluster-allocation/
Inheritance
ClusterAllocationExplainRequestParameters
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.ClusterApi
Assembly: OpenSearch.Net.dll
Syntax
public class ClusterAllocationExplainRequestParameters : RequestParameters<ClusterAllocationExplainRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceIncludeDiskInfo
If true, returns information about disk usage and shard sizes.
Declaration
public bool? IncludeDiskInfo { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IncludeYesDecisions
If true, returns YES decisions in explanation.
Declaration
public bool? IncludeYesDecisions { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |