Class NodesStatsDescriptor
Descriptor for Stats
https://opensearch.org/docs/latest/api-reference/nodes-apis/nodes-usage/
Inheritance
NodesStatsDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class NodesStatsDescriptor : RequestDescriptorBase<NodesStatsDescriptor, NodesStatsRequestParameters, INodesStatsRequest>, IDescriptor, INodesStatsRequest, IRequest<NodesStatsRequestParameters>, IRequest
Constructors
|
Edit this page
View Source
NodesStatsDescriptor()
Declaration
public NodesStatsDescriptor()
|
Edit this page
View Source
NodesStatsDescriptor(Metrics)
Declaration
public NodesStatsDescriptor(Metrics metric)
Parameters
Type |
Name |
Description |
Metrics |
metric |
Optional, accepts null
|
|
Edit this page
View Source
NodesStatsDescriptor(Metrics, IndexMetrics)
/_nodes/stats/{metric}/{index_metric}
Declaration
public NodesStatsDescriptor(Metrics metric, IndexMetrics indexMetric)
Parameters
Type |
Name |
Description |
Metrics |
metric |
Optional, accepts null
|
IndexMetrics |
indexMetric |
Optional, accepts null
|
|
Edit this page
View Source
NodesStatsDescriptor(NodeIds)
Declaration
public NodesStatsDescriptor(NodeIds nodeId)
Parameters
Type |
Name |
Description |
NodeIds |
nodeId |
Optional, accepts null
|
|
Edit this page
View Source
NodesStatsDescriptor(NodeIds, Metrics)
/_nodes/{node_id}/stats/{metric}
Declaration
public NodesStatsDescriptor(NodeIds nodeId, Metrics metric)
Parameters
Type |
Name |
Description |
NodeIds |
nodeId |
Optional, accepts null
|
Metrics |
metric |
Optional, accepts null
|
|
Edit this page
View Source
NodesStatsDescriptor(NodeIds, Metrics, IndexMetrics)
/_nodes/{node_id}/stats/{metric}/{index_metric}
Declaration
public NodesStatsDescriptor(NodeIds nodeId, Metrics metric, IndexMetrics indexMetric)
Parameters
Type |
Name |
Description |
NodeIds |
nodeId |
Optional, accepts null
|
Metrics |
metric |
Optional, accepts null
|
IndexMetrics |
indexMetric |
Optional, accepts null
|
Methods
|
Edit this page
View Source
CompletionFields(Fields)
Comma-separated list or wildcard expressions of fields to include in fielddata and suggest statistics.
Declaration
public NodesStatsDescriptor CompletionFields(Fields completionfields)
Parameters
Type |
Name |
Description |
Fields |
completionfields |
|
Returns
|
Edit this page
View Source
CompletionFields<T>(params Expression<Func<T, object>>[])
Comma-separated list or wildcard expressions of fields to include in fielddata and suggest statistics.
Declaration
public NodesStatsDescriptor CompletionFields<T>(params Expression<Func<T, object>>[] fields) where T : class
Parameters
Returns
Type Parameters
|
Edit this page
View Source
FielddataFields(Fields)
Comma-separated list or wildcard expressions of fields to include in fielddata statistics.
Declaration
public NodesStatsDescriptor FielddataFields(Fields fielddatafields)
Parameters
Type |
Name |
Description |
Fields |
fielddatafields |
|
Returns
|
Edit this page
View Source
FielddataFields<T>(params Expression<Func<T, object>>[])
Comma-separated list or wildcard expressions of fields to include in fielddata statistics.
Declaration
public NodesStatsDescriptor FielddataFields<T>(params Expression<Func<T, object>>[] fields) where T : class
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Fields(Fields)
Comma-separated list or wildcard expressions of fields to include in the statistics.
Declaration
public NodesStatsDescriptor Fields(Fields fields)
Parameters
Type |
Name |
Description |
Fields |
fields |
|
Returns
|
Edit this page
View Source
Fields<T>(params Expression<Func<T, object>>[])
Comma-separated list or wildcard expressions of fields to include in the statistics.
Declaration
public NodesStatsDescriptor Fields<T>(params Expression<Func<T, object>>[] fields) where T : class
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Groups(params string[])
Comma-separated list of search groups to include in the search statistics.
Declaration
public NodesStatsDescriptor Groups(params string[] groups)
Parameters
Type |
Name |
Description |
string[] |
groups |
|
Returns
|
Edit this page
View Source
IncludeSegmentFileSizes(bool?)
If true, the call reports the aggregated disk usage of each one of the Lucene index files (only applies if segment stats are requested).
Declaration
public NodesStatsDescriptor IncludeSegmentFileSizes(bool? includesegmentfilesizes = true)
Parameters
Type |
Name |
Description |
bool? |
includesegmentfilesizes |
|
Returns
|
Edit this page
View Source
IndexMetric(IndexMetrics)
Limit the information returned for indices metric to the specific index metrics. It can be used only if indices (or all) metric is specified.
Declaration
public NodesStatsDescriptor IndexMetric(IndexMetrics indexMetric)
Parameters
Returns
|
Edit this page
View Source
Level(Level?)
Indicates whether statistics are aggregated at the cluster, index, or shard level.
Declaration
public NodesStatsDescriptor Level(Level? level)
Parameters
Type |
Name |
Description |
Level? |
level |
|
Returns
|
Edit this page
View Source
Metric(Metrics)
Limit the information returned to the specified metrics.
Declaration
public NodesStatsDescriptor Metric(Metrics metric)
Parameters
Type |
Name |
Description |
Metrics |
metric |
|
Returns
|
Edit this page
View Source
NodeId(NodeIds)
Comma-separated list of node IDs or names used to limit returned information.
Declaration
public NodesStatsDescriptor NodeId(NodeIds nodeId)
Parameters
Type |
Name |
Description |
NodeIds |
nodeId |
|
Returns
|
Edit this page
View Source
Timeout(Time)
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
Declaration
public NodesStatsDescriptor Timeout(Time timeout)
Parameters
Type |
Name |
Description |
Time |
timeout |
|
Returns
|
Edit this page
View Source
Types(params string[])
A comma-separated list of document types for the indexing index metric.
Declaration
public NodesStatsDescriptor Types(params string[] types)
Parameters
Type |
Name |
Description |
string[] |
types |
|
Returns
Implements
Extension Methods