Search Results for

    Show / Hide Table of Contents

    Class ScriptedMetricAggregate

    Inheritance
    object
    MetricAggregateBase
    ScriptedMetricAggregate
    Implements
    IAggregate
    Inherited Members
    MetricAggregateBase.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 ScriptedMetricAggregate : MetricAggregateBase, IAggregate

    Constructors

    | Edit this page View Source

    ScriptedMetricAggregate()

    Declaration
    public ScriptedMetricAggregate()

    Methods

    | Edit this page View Source

    Value<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

    Implements

    IAggregate

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • ScriptedMetricAggregate()
    • Methods
      • Value<T>()
    • Implements
    • Extension Methods
    Back to top Generated by DocFX