Search Results for

    Show / Hide Table of Contents

    Class PercentileRanksAggregation

    Inheritance
    object
    AggregationBase
    MetricAggregationBase
    FormattableMetricAggregationBase
    PercentileRanksAggregation
    Implements
    IPercentileRanksAggregation
    IFormattableMetricAggregation
    IMetricAggregation
    IAggregation
    Inherited Members
    FormattableMetricAggregationBase.Format
    MetricAggregationBase.Field
    MetricAggregationBase.Missing
    MetricAggregationBase.Script
    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 PercentileRanksAggregation : FormattableMetricAggregationBase, IPercentileRanksAggregation, IFormattableMetricAggregation, IMetricAggregation, IAggregation

    Constructors

    | Edit this page View Source

    PercentileRanksAggregation(string, Field)

    Declaration
    public PercentileRanksAggregation(string name, Field field)
    Parameters
    Type Name Description
    string name
    Field field

    Properties

    | Edit this page View Source

    Keyed

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

    Method

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

    Values

    Declaration
    public IEnumerable<double> Values { get; set; }
    Property Value
    Type Description
    IEnumerable<double>

    Implements

    IPercentileRanksAggregation
    IFormattableMetricAggregation
    IMetricAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • PercentileRanksAggregation(string, Field)
    • Properties
      • Keyed
      • Method
      • Values
    • Implements
    • Extension Methods
    Back to top Generated by DocFX