Search Results for

    Show / Hide Table of Contents

    Class OpenSearchVersionInfo

    Inheritance
    object
    OpenSearchVersionInfo
    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
    public class OpenSearchVersionInfo

    Properties

    | Edit this page View Source

    BuildDate

    Declaration
    [DataMember(Name = "build_date")]
    public DateTimeOffset BuildDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | Edit this page View Source

    BuildHash

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

    BuildSnapshot

    Declaration
    [DataMember(Name = "build_snapshot")]
    public bool BuildSnapshot { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    BuildType

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

    Distribution

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

    LuceneVersion

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

    MinimumIndexCompatibilityVersion

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

    MinimumWireCompatibilityVersion

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

    Number

    Declaration
    [DataMember(Name = "number")]
    public string Number { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • BuildDate
      • BuildHash
      • BuildSnapshot
      • BuildType
      • Distribution
      • LuceneVersion
      • MinimumIndexCompatibilityVersion
      • MinimumWireCompatibilityVersion
      • Number
    • Extension Methods
    Back to top Generated by DocFX