Class OpenSearchVersionInfo
Inheritance
OpenSearchVersionInfo
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
|
Edit this page
View Source
BuildHash
Declaration
[DataMember(Name = "build_hash")]
public string BuildHash { get; set; }
Property Value
|
Edit this page
View Source
BuildSnapshot
Declaration
[DataMember(Name = "build_snapshot")]
public bool BuildSnapshot { get; set; }
Property Value
|
Edit this page
View Source
BuildType
Declaration
[DataMember(Name = "build_type")]
public string BuildType { get; set; }
Property Value
|
Edit this page
View Source
Distribution
Declaration
[DataMember(Name = "distribution")]
public string Distribution { get; set; }
Property Value
|
Edit this page
View Source
LuceneVersion
Declaration
[DataMember(Name = "lucene_version")]
public string LuceneVersion { get; set; }
Property Value
|
Edit this page
View Source
MinimumIndexCompatibilityVersion
Declaration
[DataMember(Name = "minimum_index_compatibility_version")]
public string MinimumIndexCompatibilityVersion { get; set; }
Property Value
|
Edit this page
View Source
MinimumWireCompatibilityVersion
Declaration
[DataMember(Name = "minimum_wire_compatibility_version")]
public string MinimumWireCompatibilityVersion { get; set; }
Property Value
|
Edit this page
View Source
Number
Declaration
[DataMember(Name = "number")]
public string Number { get; set; }
Property Value
Extension Methods