Interface INodesStatsRequest
Assembly: OpenSearch.Client.dll
Syntax
public interface INodesStatsRequest : IRequest<NodesStatsRequestParameters>, IRequest
Properties
|
Edit this page
View Source
IndexMetric
Declaration
[IgnoreDataMember]
IndexMetrics IndexMetric { get; }
Property Value
|
Edit this page
View Source
Metric
Declaration
[IgnoreDataMember]
Metrics Metric { get; }
Property Value
|
Edit this page
View Source
NodeId
Declaration
[IgnoreDataMember]
NodeIds NodeId { get; }
Property Value
Extension Methods