Search Results for

    Show / Hide Table of Contents

    Class ClusterAllocationExplainRequest

    Request for AllocationExplain

    https://opensearch.org/docs/latest/api-reference/cluster-api/cluster-allocation/

    Inheritance
    object
    RequestBase<ClusterAllocationExplainRequestParameters>
    PlainRequestBase<ClusterAllocationExplainRequestParameters>
    ClusterAllocationExplainRequest
    Implements
    IClusterAllocationExplainRequest
    IRequest<ClusterAllocationExplainRequestParameters>
    IRequest
    Inherited Members
    PlainRequestBase<ClusterAllocationExplainRequestParameters>.RequestConfiguration
    PlainRequestBase<ClusterAllocationExplainRequestParameters>.ErrorTrace
    PlainRequestBase<ClusterAllocationExplainRequestParameters>.FilterPath
    PlainRequestBase<ClusterAllocationExplainRequestParameters>.Human
    PlainRequestBase<ClusterAllocationExplainRequestParameters>.Pretty
    PlainRequestBase<ClusterAllocationExplainRequestParameters>.SourceQueryString
    RequestBase<ClusterAllocationExplainRequestParameters>.HttpMethod
    RequestBase<ClusterAllocationExplainRequestParameters>.RequestState
    RequestBase<ClusterAllocationExplainRequestParameters>.ContentType
    RequestBase<ClusterAllocationExplainRequestParameters>.ResolveUrl(RouteValues, IConnectionSettingsValues)
    RequestBase<ClusterAllocationExplainRequestParameters>.RequestDefaults(ClusterAllocationExplainRequestParameters)
    RequestBase<ClusterAllocationExplainRequestParameters>.Q<TOut>(string)
    RequestBase<ClusterAllocationExplainRequestParameters>.Q(string, object)
    RequestBase<ClusterAllocationExplainRequestParameters>.SetAcceptHeader(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class ClusterAllocationExplainRequest : PlainRequestBase<ClusterAllocationExplainRequestParameters>, IClusterAllocationExplainRequest, IRequest<ClusterAllocationExplainRequestParameters>, IRequest

    Properties

    | Edit this page View Source

    IncludeDiskInfo

    When true, returns information about disk usage and shard sizes.

    Declaration
    public bool? IncludeDiskInfo { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    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?
    | Edit this page View Source

    Index

    The name of the index to provide an explanation for

    Declaration
    public IndexName Index { get; set; }
    Property Value
    Type Description
    IndexName
    | Edit this page View Source

    Primary

    Whether to explain a primary or replica shard

    Declaration
    public bool? Primary { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Self

    Declaration
    protected IClusterAllocationExplainRequest Self { get; }
    Property Value
    Type Description
    IClusterAllocationExplainRequest
    | Edit this page View Source

    Shard

    The shard id to provide an explanation for

    Declaration
    public int? Shard { get; set; }
    Property Value
    Type Description
    int?

    Implements

    IClusterAllocationExplainRequest
    IRequest<TParameters>
    IRequest

    Extension Methods

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