Interface IClusterAllocationExplainRequest
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IClusterAllocationExplainRequest : IRequest<ClusterAllocationExplainRequestParameters>, IRequest
Properties
| Edit this page View SourceIndex
The name of the index to provide an explanation for
Declaration
[DataMember(Name = "index")]
IndexName Index { get; set; }
Property Value
Type | Description |
---|---|
IndexName |
Primary
Whether to explain a primary or replica shard
Declaration
[DataMember(Name = "primary")]
bool? Primary { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Shard
The shard id to provide an explanation for
Declaration
[DataMember(Name = "shard")]
int? Shard { get; set; }
Property Value
Type | Description |
---|---|
int? |