Search Results for

    Show / Hide Table of Contents

    Class ValidationExplanation

    Inheritance
    object
    ValidationExplanation
    Inherited Members
    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
    [DataContract]
    public class ValidationExplanation

    Properties

    | Edit this page View Source

    Error

    Declaration
    [DataMember(Name = "error")]
    public string Error { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Explanation

    Declaration
    [DataMember(Name = "explanation")]
    public string Explanation { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Index

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

    Valid

    Declaration
    [DataMember(Name = "valid")]
    public bool Valid { get; }
    Property Value
    Type Description
    bool

    Extension Methods

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