Class ClusterStateResponse
Inheritance
ClusterStateResponse
Assembly: OpenSearch.Client.dll
Syntax
public class ClusterStateResponse : DynamicResponseBase, IDynamicResponse, IResponse, IOpenSearchResponse
Properties
|
Edit this page
View Source
ClusterManagerNode
Declaration
[DataMember(Name = "cluster_manager_node")]
public string ClusterManagerNode { get; }
Property Value
|
Edit this page
View Source
ClusterName
Declaration
[DataMember(Name = "cluster_name")]
public string ClusterName { get; }
Property Value
|
Edit this page
View Source
ClusterUUID
The Universally Unique Identifier for the cluster.
Declaration
[DataMember(Name = "cluster_uuid")]
public string ClusterUUID { get; }
Property Value
|
Edit this page
View Source
MasterNode
Declaration
[DataMember(Name = "master_node")]
public string MasterNode { get; }
Property Value
|
Edit this page
View Source
State
Declaration
public DynamicDictionary State { get; }
Property Value
|
Edit this page
View Source
StateUUID
Declaration
[DataMember(Name = "state_uuid")]
public string StateUUID { get; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "version")]
public long? Version { get; }
Property Value
Implements
Extension Methods