Class ScriptedMetricAggregate
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class ScriptedMetricAggregate : MetricAggregateBase, IAggregate
Constructors
| Edit this page View SourceScriptedMetricAggregate()
Declaration
public ScriptedMetricAggregate()
Methods
| Edit this page View SourceValue<T>()
Get the result of the scripted metric aggregation as T
Declaration
public T Value<T>()
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T | The type that best represents the result of your scripted metric aggrgation |