Class ClusterAllocationExplainRequest
Request for AllocationExplain
https://opensearch.org/docs/latest/api-reference/cluster-api/cluster-allocation/
Inheritance
ClusterAllocationExplainRequest
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class ClusterAllocationExplainRequest : PlainRequestBase<ClusterAllocationExplainRequestParameters>, IClusterAllocationExplainRequest, IRequest<ClusterAllocationExplainRequestParameters>, IRequest
Properties
| 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? |
Index
The name of the index to provide an explanation for
Declaration
public IndexName Index { get; set; }
Property Value
Type | Description |
---|---|
IndexName |
Primary
Whether to explain a primary or replica shard
Declaration
public bool? Primary { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Self
Declaration
protected IClusterAllocationExplainRequest Self { get; }
Property Value
Type | Description |
---|---|
IClusterAllocationExplainRequest |
Shard
The shard id to provide an explanation for
Declaration
public int? Shard { get; set; }
Property Value
Type | Description |
---|---|
int? |