Search Results for

    Show / Hide Table of Contents

    Class FormattableMetricAggregationDescriptorBase<TFormattableMetricAggregation, TFormattableMetricAggregationInterface, T>

    Inheritance
    object
    DescriptorBase<TFormattableMetricAggregation, TFormattableMetricAggregationInterface>
    MetricAggregationDescriptorBase<TFormattableMetricAggregation, TFormattableMetricAggregationInterface, T>
    FormattableMetricAggregationDescriptorBase<TFormattableMetricAggregation, TFormattableMetricAggregationInterface, T>
    AverageAggregationDescriptor<T>
    ExtendedStatsAggregationDescriptor<T>
    MaxAggregationDescriptor<T>
    MedianAbsoluteDeviationAggregationDescriptor<T>
    MinAggregationDescriptor<T>
    PercentileRanksAggregationDescriptor<T>
    PercentilesAggregationDescriptor<T>
    StatsAggregationDescriptor<T>
    SumAggregationDescriptor<T>
    ValueCountAggregationDescriptor<T>
    Implements
    IDescriptor
    IFormattableMetricAggregation
    IMetricAggregation
    IAggregation
    Inherited Members
    MetricAggregationDescriptorBase<TFormattableMetricAggregation, TFormattableMetricAggregationInterface, T>.Field(Field)
    MetricAggregationDescriptorBase<TFormattableMetricAggregation, TFormattableMetricAggregationInterface, T>.Field<TValue>(Expression<Func<T, TValue>>)
    MetricAggregationDescriptorBase<TFormattableMetricAggregation, TFormattableMetricAggregationInterface, T>.Script(string)
    MetricAggregationDescriptorBase<TFormattableMetricAggregation, TFormattableMetricAggregationInterface, T>.Script(Func<ScriptDescriptor, IScript>)
    MetricAggregationDescriptorBase<TFormattableMetricAggregation, TFormattableMetricAggregationInterface, T>.Missing(double?)
    MetricAggregationDescriptorBase<TFormattableMetricAggregation, TFormattableMetricAggregationInterface, T>.Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    DescriptorBase<TFormattableMetricAggregation, TFormattableMetricAggregationInterface>.Self
    DescriptorBase<TFormattableMetricAggregation, TFormattableMetricAggregationInterface>.Assign<TValue>(TValue, Action<TFormattableMetricAggregationInterface, 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 abstract class FormattableMetricAggregationDescriptorBase<TFormattableMetricAggregation, TFormattableMetricAggregationInterface, T> : MetricAggregationDescriptorBase<TFormattableMetricAggregation, TFormattableMetricAggregationInterface, T>, IDescriptor, IFormattableMetricAggregation, IMetricAggregation, IAggregation where TFormattableMetricAggregation : FormattableMetricAggregationDescriptorBase<TFormattableMetricAggregation, TFormattableMetricAggregationInterface, T>, TFormattableMetricAggregationInterface, IFormattableMetricAggregation where TFormattableMetricAggregationInterface : class, IFormattableMetricAggregation where T : class
    Type Parameters
    Name Description
    TFormattableMetricAggregation
    TFormattableMetricAggregationInterface
    T

    Methods

    | Edit this page View Source

    Format(string)

    The format to use for the output of the aggregation

    Declaration
    public TFormattableMetricAggregation Format(string format)
    Parameters
    Type Name Description
    string format
    Returns
    Type Description
    TFormattableMetricAggregation

    Implements

    IDescriptor
    IFormattableMetricAggregation
    IMetricAggregation
    IAggregation

    Extension Methods

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