Class ScriptedMetricAggregation
Inheritance
ScriptedMetricAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class ScriptedMetricAggregation : MetricAggregationBase, IScriptedMetricAggregation, IMetricAggregation, IAggregation
Constructors
|
Edit this page
View Source
ScriptedMetricAggregation(string)
Declaration
public ScriptedMetricAggregation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
CombineScript
Declaration
public IScript CombineScript { get; set; }
Property Value
|
Edit this page
View Source
InitScript
Declaration
public IScript InitScript { get; set; }
Property Value
|
Edit this page
View Source
MapScript
Declaration
public IScript MapScript { get; set; }
Property Value
|
Edit this page
View Source
Params
Declaration
public IDictionary<string, object> Params { get; set; }
Property Value
|
Edit this page
View Source
ReduceScript
Declaration
public IScript ReduceScript { get; set; }
Property Value
Implements
Extension Methods