Class NodesStatsRequestParameters
Request options for Stats
https://opensearch.org/docs/latest/api-reference/nodes-apis/nodes-usage/
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.NodesApi
Assembly: OpenSearch.Net.dll
Syntax
public class NodesStatsRequestParameters : RequestParameters<NodesStatsRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceCompletionFields
Comma-separated list or wildcard expressions of fields to include in fielddata and suggest statistics.
Declaration
public string[] CompletionFields { get; set; }
Property Value
Type | Description |
---|---|
string[] |
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceFielddataFields
Comma-separated list or wildcard expressions of fields to include in fielddata statistics.
Declaration
public string[] FielddataFields { get; set; }
Property Value
Type | Description |
---|---|
string[] |
Fields
Comma-separated list or wildcard expressions of fields to include in the statistics.
Declaration
public string[] Fields { get; set; }
Property Value
Type | Description |
---|---|
string[] |
Groups
Comma-separated list of search groups to include in the search statistics.
Declaration
public string[] Groups { get; set; }
Property Value
Type | Description |
---|---|
string[] |
IncludeSegmentFileSizes
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 bool? IncludeSegmentFileSizes { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Level
Indicates whether statistics are aggregated at the cluster, index, or shard level.
Declaration
public Level? Level { get; set; }
Property Value
Type | Description |
---|---|
Level? |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceTimeout
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
Declaration
public TimeSpan Timeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Types
A comma-separated list of document types for the indexing index metric.
Declaration
public string[] Types { get; set; }
Property Value
Type | Description |
---|---|
string[] |