Search Results for

    Show / Hide Table of Contents

    Class ScriptedMetricAggregation

    Inheritance
    object
    AggregationBase
    MetricAggregationBase
    ScriptedMetricAggregation
    Implements
    IScriptedMetricAggregation
    IMetricAggregation
    IAggregation
    Inherited Members
    MetricAggregationBase.Field
    MetricAggregationBase.Missing
    MetricAggregationBase.Script
    AggregationBase.Meta
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Description
    IScript
    | Edit this page View Source

    InitScript

    Declaration
    public IScript InitScript { get; set; }
    Property Value
    Type Description
    IScript
    | Edit this page View Source

    MapScript

    Declaration
    public IScript MapScript { get; set; }
    Property Value
    Type Description
    IScript
    | Edit this page View Source

    Params

    Declaration
    public IDictionary<string, object> Params { get; set; }
    Property Value
    Type Description
    IDictionary<string, object>
    | Edit this page View Source

    ReduceScript

    Declaration
    public IScript ReduceScript { get; set; }
    Property Value
    Type Description
    IScript

    Implements

    IScriptedMetricAggregation
    IMetricAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • ScriptedMetricAggregation(string)
    • Properties
      • CombineScript
      • InitScript
      • MapScript
      • Params
      • ReduceScript
    • Implements
    • Extension Methods
    Back to top Generated by DocFX