Interface IScriptedMetricAggregation
Assembly: OpenSearch.Client.dll
Syntax
public interface IScriptedMetricAggregation : IMetricAggregation, IAggregation
Properties
|
Edit this page
View Source
CombineScript
Declaration
[DataMember(Name = "combine_script")]
IScript CombineScript { get; set; }
Property Value
|
Edit this page
View Source
InitScript
Declaration
[DataMember(Name = "init_script")]
IScript InitScript { get; set; }
Property Value
|
Edit this page
View Source
MapScript
Declaration
[DataMember(Name = "map_script")]
IScript MapScript { get; set; }
Property Value
|
Edit this page
View Source
Params
Declaration
[DataMember(Name = "params")]
IDictionary<string, object> Params { get; set; }
Property Value
|
Edit this page
View Source
ReduceScript
Declaration
[DataMember(Name = "reduce_script")]
IScript ReduceScript { get; set; }
Property Value
Extension Methods