Search Results for

    Show / Hide Table of Contents

    Interface IWeightedAverageAggregation

    Inherited Members
    IAggregation.Meta
    IAggregation.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IWeightedAverageAggregation : IAggregation

    Properties

    | Edit this page View Source

    Format

    The optional numeric response formatter

    Declaration
    [DataMember(Name = "format")]
    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
    [DataMember(Name = "value")]
    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
    [DataMember(Name = "value_type")]
    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
    [DataMember(Name = "weight")]
    IWeightedAverageValue Weight { get; set; }
    Property Value
    Type Description
    IWeightedAverageValue

    Extension Methods

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