Class NodesUsageResponse
Inheritance
NodesUsageResponse
Assembly: OpenSearch.Client.dll
Syntax
public class NodesUsageResponse : 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
Nodes
Declaration
[DataMember(Name = "nodes")]
public IReadOnlyDictionary<string, NodeUsageInformation> Nodes { get; }
Property Value
Implements
Extension Methods