Search Results for

    Show / Hide Table of Contents

    Class IndicesStatsRequestParameters

    Request options for Stats

    https://opensearch.org/docs/latest

    Inheritance
    object
    RequestParameters<IndicesStatsRequestParameters>
    IndicesStatsRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<IndicesStatsRequestParameters>.CustomResponseBuilder
    RequestParameters<IndicesStatsRequestParameters>.QueryString
    RequestParameters<IndicesStatsRequestParameters>.RequestConfiguration
    RequestParameters<IndicesStatsRequestParameters>.ContainsQueryString(string)
    RequestParameters<IndicesStatsRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<IndicesStatsRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<IndicesStatsRequestParameters>.SetQueryString(string, object)
    RequestParameters<IndicesStatsRequestParameters>.Q<TOut>(string)
    RequestParameters<IndicesStatsRequestParameters>.Q(string, object)
    RequestParameters<IndicesStatsRequestParameters>.SetAcceptHeader(string)
    RequestParameters<IndicesStatsRequestParameters>.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.IndicesApi
    Assembly: OpenSearch.Net.dll
    Syntax
    public class IndicesStatsRequestParameters : RequestParameters<IndicesStatsRequestParameters>, 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<IndicesStatsRequestParameters>.DefaultHttpMethod
    | Edit this page View Source

    ExpandWildcards

    Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as open,hidden.

    Declaration
    public ExpandWildcards? ExpandWildcards { get; set; }
    Property Value
    Type Description
    ExpandWildcards?
    | 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

    ForbidClosedIndices

    If true, statistics are not collected from closed indexes.

    Declaration
    public bool? ForbidClosedIndices { get; set; }
    Property Value
    Type Description
    bool?
    | 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

    IncludeUnloadedSegments

    If true, the response includes information from segments that are not loaded into memory.

    Declaration
    public bool? IncludeUnloadedSegments { 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<IndicesStatsRequestParameters>.SupportsBody

    Implements

    IRequestParameters

    Extension Methods

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