Search Results for

    Show / Hide Table of Contents

    Class NodesStatsRequestParameters

    Request options for Stats

    https://opensearch.org/docs/latest/api-reference/nodes-apis/nodes-usage/

    Inheritance
    object
    RequestParameters<NodesStatsRequestParameters>
    NodesStatsRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<NodesStatsRequestParameters>.CustomResponseBuilder
    RequestParameters<NodesStatsRequestParameters>.QueryString
    RequestParameters<NodesStatsRequestParameters>.RequestConfiguration
    RequestParameters<NodesStatsRequestParameters>.ContainsQueryString(string)
    RequestParameters<NodesStatsRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<NodesStatsRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<NodesStatsRequestParameters>.SetQueryString(string, object)
    RequestParameters<NodesStatsRequestParameters>.Q<TOut>(string)
    RequestParameters<NodesStatsRequestParameters>.Q(string, object)
    RequestParameters<NodesStatsRequestParameters>.SetAcceptHeader(string)
    RequestParameters<NodesStatsRequestParameters>.AcceptHeaderFromFormat(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.Specification.NodesApi
    Assembly: OpenSearch.Net.dll
    Syntax
    public class NodesStatsRequestParameters : RequestParameters<NodesStatsRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    CompletionFields

    Comma-separated list or wildcard expressions of fields to include in field data and suggest statistics.

    Declaration
    public string[] CompletionFields { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    DefaultHttpMethod

    Declaration
    public override HttpMethod DefaultHttpMethod { get; }
    Property Value
    Type Description
    HttpMethod
    Overrides
    RequestParameters<NodesStatsRequestParameters>.DefaultHttpMethod
    | Edit this page View Source

    FielddataFields

    Comma-separated list or wildcard expressions of fields to include in field data statistics.

    Declaration
    public string[] FielddataFields { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    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[]
    | Edit this page View Source

    Groups

    Comma-separated list of search groups to include in the search statistics.

    Declaration
    public string[] Groups { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    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?
    | Edit this page View Source

    Level

    Indicates whether statistics are aggregated at the cluster, index, or shard level.

    Declaration
    public Level? Level { get; set; }
    Property Value
    Type Description
    Level?
    | Edit this page View Source

    SupportsBody

    Declaration
    public override bool SupportsBody { get; }
    Property Value
    Type Description
    bool
    Overrides
    RequestParameters<NodesStatsRequestParameters>.SupportsBody
    | Edit this page View Source

    Timeout

    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
    | Edit this page View Source

    Types

    A comma-separated list of document types for the indexing index metric.

    Declaration
    public string[] Types { get; set; }
    Property Value
    Type Description
    string[]

    Implements

    IRequestParameters

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • CompletionFields
      • DefaultHttpMethod
      • FielddataFields
      • Fields
      • Groups
      • IncludeSegmentFileSizes
      • Level
      • SupportsBody
      • Timeout
      • Types
    • Implements
    • Extension Methods
    Back to top Generated by DocFX