Class IndicesStatsRequestParameters
Request options for Stats
https://opensearch.org/docs/latest
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.IndicesApi
Assembly: OpenSearch.Net.dll
Syntax
public class IndicesStatsRequestParameters : RequestParameters<IndicesStatsRequestParameters>, 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 SourceExpandWildcards
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? |
FielddataFields
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[] |
ForbidClosedIndices
If true, statistics are not collected from closed indices.
Declaration
public bool? ForbidClosedIndices { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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? |
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? |
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 |