Search Results for

    Show / Hide Table of Contents

    Class ScriptedMetricAggregationDescriptor<T>

    Inheritance
    object
    DescriptorBase<ScriptedMetricAggregationDescriptor<T>, IScriptedMetricAggregation>
    MetricAggregationDescriptorBase<ScriptedMetricAggregationDescriptor<T>, IScriptedMetricAggregation, T>
    ScriptedMetricAggregationDescriptor<T>
    Implements
    IDescriptor
    IScriptedMetricAggregation
    IMetricAggregation
    IAggregation
    Inherited Members
    MetricAggregationDescriptorBase<ScriptedMetricAggregationDescriptor<T>, IScriptedMetricAggregation, T>.Field(Field)
    MetricAggregationDescriptorBase<ScriptedMetricAggregationDescriptor<T>, IScriptedMetricAggregation, T>.Field<TValue>(Expression<Func<T, TValue>>)
    MetricAggregationDescriptorBase<ScriptedMetricAggregationDescriptor<T>, IScriptedMetricAggregation, T>.Script(string)
    MetricAggregationDescriptorBase<ScriptedMetricAggregationDescriptor<T>, IScriptedMetricAggregation, T>.Script(Func<ScriptDescriptor, IScript>)
    MetricAggregationDescriptorBase<ScriptedMetricAggregationDescriptor<T>, IScriptedMetricAggregation, T>.Missing(double?)
    MetricAggregationDescriptorBase<ScriptedMetricAggregationDescriptor<T>, IScriptedMetricAggregation, T>.Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    DescriptorBase<ScriptedMetricAggregationDescriptor<T>, IScriptedMetricAggregation>.Self
    DescriptorBase<ScriptedMetricAggregationDescriptor<T>, IScriptedMetricAggregation>.Assign<TValue>(TValue, Action<IScriptedMetricAggregation, TValue>)
    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 ScriptedMetricAggregationDescriptor<T> : MetricAggregationDescriptorBase<ScriptedMetricAggregationDescriptor<T>, IScriptedMetricAggregation, T>, IDescriptor, IScriptedMetricAggregation, IMetricAggregation, IAggregation where T : class
    Type Parameters
    Name Description
    T

    Methods

    | Edit this page View Source

    CombineScript(Func<ScriptDescriptor, IScript>)

    Declaration
    public ScriptedMetricAggregationDescriptor<T> CombineScript(Func<ScriptDescriptor, IScript> scriptSelector)
    Parameters
    Type Name Description
    Func<ScriptDescriptor, IScript> scriptSelector
    Returns
    Type Description
    ScriptedMetricAggregationDescriptor<T>
    | Edit this page View Source

    CombineScript(string)

    Declaration
    public ScriptedMetricAggregationDescriptor<T> CombineScript(string script)
    Parameters
    Type Name Description
    string script
    Returns
    Type Description
    ScriptedMetricAggregationDescriptor<T>
    | Edit this page View Source

    InitScript(Func<ScriptDescriptor, IScript>)

    Declaration
    public ScriptedMetricAggregationDescriptor<T> InitScript(Func<ScriptDescriptor, IScript> scriptSelector)
    Parameters
    Type Name Description
    Func<ScriptDescriptor, IScript> scriptSelector
    Returns
    Type Description
    ScriptedMetricAggregationDescriptor<T>
    | Edit this page View Source

    InitScript(string)

    Declaration
    public ScriptedMetricAggregationDescriptor<T> InitScript(string script)
    Parameters
    Type Name Description
    string script
    Returns
    Type Description
    ScriptedMetricAggregationDescriptor<T>
    | Edit this page View Source

    MapScript(Func<ScriptDescriptor, IScript>)

    Declaration
    public ScriptedMetricAggregationDescriptor<T> MapScript(Func<ScriptDescriptor, IScript> scriptSelector)
    Parameters
    Type Name Description
    Func<ScriptDescriptor, IScript> scriptSelector
    Returns
    Type Description
    ScriptedMetricAggregationDescriptor<T>
    | Edit this page View Source

    MapScript(string)

    Declaration
    public ScriptedMetricAggregationDescriptor<T> MapScript(string script)
    Parameters
    Type Name Description
    string script
    Returns
    Type Description
    ScriptedMetricAggregationDescriptor<T>
    | Edit this page View Source

    Params(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)

    Declaration
    public ScriptedMetricAggregationDescriptor<T> Params(Func<FluentDictionary<string, object>, FluentDictionary<string, object>> paramSelector)
    Parameters
    Type Name Description
    Func<FluentDictionary<string, object>, FluentDictionary<string, object>> paramSelector
    Returns
    Type Description
    ScriptedMetricAggregationDescriptor<T>
    | Edit this page View Source

    ReduceScript(Func<ScriptDescriptor, IScript>)

    Declaration
    public ScriptedMetricAggregationDescriptor<T> ReduceScript(Func<ScriptDescriptor, IScript> scriptSelector)
    Parameters
    Type Name Description
    Func<ScriptDescriptor, IScript> scriptSelector
    Returns
    Type Description
    ScriptedMetricAggregationDescriptor<T>
    | Edit this page View Source

    ReduceScript(string)

    Declaration
    public ScriptedMetricAggregationDescriptor<T> ReduceScript(string script)
    Parameters
    Type Name Description
    string script
    Returns
    Type Description
    ScriptedMetricAggregationDescriptor<T>

    Implements

    IDescriptor
    IScriptedMetricAggregation
    IMetricAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • CombineScript(Func<ScriptDescriptor, IScript>)
      • CombineScript(string)
      • InitScript(Func<ScriptDescriptor, IScript>)
      • InitScript(string)
      • MapScript(Func<ScriptDescriptor, IScript>)
      • MapScript(string)
      • Params(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
      • ReduceScript(Func<ScriptDescriptor, IScript>)
      • ReduceScript(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX