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
When true, returns information about disk usage and shard sizes.
Declaration
public bool? IncludeDiskInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IncludeYesDecisions
When true, returns any YES decisions in the allocation explanation. YES decisions indicate when a particular shard
allocation attempt was successful for the given node.
Declaration
public bool? IncludeYesDecisions { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
| Type | Description |
|---|---|
| bool |