Search Results for

    Show / Hide Table of Contents

    Interface IScriptedMetricAggregation

    Inherited Members
    IMetricAggregation.Field
    IMetricAggregation.Missing
    IMetricAggregation.Script
    IAggregation.Meta
    IAggregation.Name
    Namespace: OpenSearch.Client
    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
    Type Description
    IScript
    | Edit this page View Source

    InitScript

    Declaration
    [DataMember(Name = "init_script")]
    IScript InitScript { get; set; }
    Property Value
    Type Description
    IScript
    | Edit this page View Source

    MapScript

    Declaration
    [DataMember(Name = "map_script")]
    IScript MapScript { get; set; }
    Property Value
    Type Description
    IScript
    | Edit this page View Source

    Params

    Declaration
    [DataMember(Name = "params")]
    IDictionary<string, object> Params { get; set; }
    Property Value
    Type Description
    IDictionary<string, object>
    | Edit this page View Source

    ReduceScript

    Declaration
    [DataMember(Name = "reduce_script")]
    IScript ReduceScript { get; set; }
    Property Value
    Type Description
    IScript

    Extension Methods

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