Search Results for

    Show / Hide Table of Contents

    Class ClusterRerouteResponse

    Inheritance
    object
    ResponseBase
    ClusterRerouteResponse
    Implements
    IResponse
    IOpenSearchResponse
    Inherited Members
    ResponseBase.ApiCall
    ResponseBase.DebugInformation
    ResponseBase.IsValid
    ResponseBase.OriginalException
    ResponseBase.ServerError
    ResponseBase.DebugIsValid(StringBuilder)
    ResponseBase.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    [DataContract]
    public class ClusterRerouteResponse : ResponseBase, IResponse, IOpenSearchResponse

    Properties

    | Edit this page View Source

    Explanations

    Declaration
    [DataMember(Name = "explanations")]
    public IReadOnlyCollection<ClusterRerouteExplanation> Explanations { get; }
    Property Value
    Type Description
    IReadOnlyCollection<ClusterRerouteExplanation>
    | Edit this page View Source

    State

    Declaration
    [DataMember(Name = "state")]
    public DynamicDictionary State { get; }
    Property Value
    Type Description
    DynamicDictionary

    Implements

    IResponse
    IOpenSearchResponse

    Extension Methods

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