Class RootNodeInfoResponse
Inheritance
RootNodeInfoResponse
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class RootNodeInfoResponse : ResponseBase, IResponse, IOpenSearchResponse
Properties
|
Edit this page
View Source
ClusterName
Declaration
[DataMember(Name = "cluster_name")]
public string ClusterName { get; }
Property Value
|
Edit this page
View Source
ClusterUUID
Declaration
[DataMember(Name = "cluster_uuid")]
public string ClusterUUID { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; }
Property Value
|
Edit this page
View Source
Tagline
Declaration
[DataMember(Name = "tagline")]
public string Tagline { get; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "version")]
public OpenSearchVersionInfo Version { get; }
Property Value
Implements
Extension Methods