Class ClusterStatsResponse
Inheritance
ClusterStatsResponse
Assembly: OpenSearch.Client.dll
Syntax
public class ClusterStatsResponse : NodesResponseBase, 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
Indices
Declaration
[DataMember(Name = "indices")]
public ClusterIndicesStats Indices { get; }
Property Value
|
Edit this page
View Source
Nodes
Declaration
[DataMember(Name = "nodes")]
public ClusterNodesStats Nodes { get; }
Property Value
|
Edit this page
View Source
Status
Declaration
[DataMember(Name = "status")]
public ClusterStatus Status { get; }
Property Value
|
Edit this page
View Source
Timestamp
Declaration
[DataMember(Name = "timestamp")]
public long Timestamp { get; }
Property Value
Implements
Extension Methods