Search Results for

    Show / Hide Table of Contents

    Interface IPercentileRanksAggregation

    Inherited Members
    IFormattableMetricAggregation.Format
    IMetricAggregation.Field
    IMetricAggregation.Missing
    IMetricAggregation.Script
    IAggregation.Meta
    IAggregation.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IPercentileRanksAggregation : IFormattableMetricAggregation, IMetricAggregation, IAggregation

    Properties

    | Edit this page View Source

    Keyed

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

    Method

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

    Values

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

    Extension Methods

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