Class ValidateQueryResponse
Inheritance
ValidateQueryResponse
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ValidateQueryResponse : ResponseBase, IResponse, IOpenSearchResponse
Properties
|
Edit this page
View Source
Explanations
Gets the explanations if Explain() was set.
Declaration
[DataMember(Name = "explanations")]
public IReadOnlyCollection<ValidationExplanation> Explanations { get; }
Property Value
|
Edit this page
View Source
Shards
Declaration
[DataMember(Name = "_shards")]
public ShardStatistics Shards { get; }
Property Value
|
Edit this page
View Source
Valid
Declaration
[DataMember(Name = "valid")]
public bool Valid { get; }
Property Value
Implements
Extension Methods