Class GetStatsRequestParameters
Request options for GetStats
Inheritance
GetStatsRequestParameters
Assembly: OpenSearch.Net.dll
Syntax
public class GetStatsRequestParameters : RequestParameters<GetStatsRequestParameters>, IRequestParameters
Properties
|
Edit this page
View Source
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Overrides
|
Edit this page
View Source
FlatStatPaths
Requests flattened stat paths as keys.
Declaration
public string FlatStatPaths { get; set; }
Property Value
|
Edit this page
View Source
IncludeAllNodes
Whether to include all nodes.
Declaration
public string IncludeAllNodes { get; set; }
Property Value
|
Edit this page
View Source
IncludeIndividualNodes
Whether to include individual nodes.
Declaration
public string IncludeIndividualNodes { get; set; }
Property Value
|
Edit this page
View Source
IncludeInfo
Declaration
public string IncludeInfo { get; set; }
Property Value
|
Edit this page
View Source
Whether to include metadata.
Declaration
public string IncludeMetadata { get; set; }
Property Value
|
Edit this page
View Source
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Overrides
Implements
Extension Methods