Search Results for

    Show / Hide Table of Contents

    Interface IClusterAllocationExplainRequest

    Inherited Members
    IRequest<ClusterAllocationExplainRequestParameters>.RequestParameters
    IRequest.ContentType
    IRequest.HttpMethod
    IRequest.RouteValues
    IRequest.GetUrl(IConnectionSettingsValues)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IClusterAllocationExplainRequest : IRequest<ClusterAllocationExplainRequestParameters>, IRequest

    Properties

    | Edit this page View Source

    Index

    The name of the index to provide an explanation for

    Declaration
    [DataMember(Name = "index")]
    IndexName Index { get; set; }
    Property Value
    Type Description
    IndexName
    | Edit this page View Source

    Primary

    Whether to explain a primary or replica shard

    Declaration
    [DataMember(Name = "primary")]
    bool? Primary { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Shard

    The shard id to provide an explanation for

    Declaration
    [DataMember(Name = "shard")]
    int? Shard { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Index
      • Primary
      • Shard
    • Extension Methods
    Back to top Generated by DocFX