Search Results for

    Show / Hide Table of Contents

    Class WeightedAverageAggregation

    Inheritance
    object
    AggregationBase
    WeightedAverageAggregation
    Implements
    IWeightedAverageAggregation
    IAggregation
    Inherited Members
    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 WeightedAverageAggregation : AggregationBase, IWeightedAverageAggregation, IAggregation

    Constructors

    | Edit this page View Source

    WeightedAverageAggregation(string)

    Declaration
    public WeightedAverageAggregation(string name)
    Parameters
    Type Name Description
    string name

    Properties

    | Edit this page View Source

    Format

    The optional numeric response formatter

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

    Value

    The configuration for the field or script that provides the values

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

    ValueType

    A hint about the values for pure scripts or unmapped fields

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

    Weight

    The configuration for the field or script that provides the weights

    Declaration
    public IWeightedAverageValue Weight { get; set; }
    Property Value
    Type Description
    IWeightedAverageValue

    Implements

    IWeightedAverageAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • WeightedAverageAggregation(string)
    • Properties
      • Format
      • Value
      • ValueType
      • Weight
    • Implements
    • Extension Methods
    Back to top Generated by DocFX