Class ClusterRerouteResponse
Inheritance
ClusterRerouteResponse
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
|
Edit this page
View Source
State
Declaration
[DataMember(Name = "state")]
public DynamicDictionary State { get; }
Property Value
Implements
Extension Methods