Search Results for

    Show / Hide Table of Contents

    Class ExtendedStatsAggregationDescriptor<T>

    Inheritance
    object
    DescriptorBase<ExtendedStatsAggregationDescriptor<T>, IExtendedStatsAggregation>
    MetricAggregationDescriptorBase<ExtendedStatsAggregationDescriptor<T>, IExtendedStatsAggregation, T>
    FormattableMetricAggregationDescriptorBase<ExtendedStatsAggregationDescriptor<T>, IExtendedStatsAggregation, T>
    ExtendedStatsAggregationDescriptor<T>
    Implements
    IDescriptor
    IExtendedStatsAggregation
    IFormattableMetricAggregation
    IMetricAggregation
    IAggregation
    Inherited Members
    FormattableMetricAggregationDescriptorBase<ExtendedStatsAggregationDescriptor<T>, IExtendedStatsAggregation, T>.Format(string)
    MetricAggregationDescriptorBase<ExtendedStatsAggregationDescriptor<T>, IExtendedStatsAggregation, T>.Field(Field)
    MetricAggregationDescriptorBase<ExtendedStatsAggregationDescriptor<T>, IExtendedStatsAggregation, T>.Field<TValue>(Expression<Func<T, TValue>>)
    MetricAggregationDescriptorBase<ExtendedStatsAggregationDescriptor<T>, IExtendedStatsAggregation, T>.Script(string)
    MetricAggregationDescriptorBase<ExtendedStatsAggregationDescriptor<T>, IExtendedStatsAggregation, T>.Script(Func<ScriptDescriptor, IScript>)
    MetricAggregationDescriptorBase<ExtendedStatsAggregationDescriptor<T>, IExtendedStatsAggregation, T>.Missing(double?)
    MetricAggregationDescriptorBase<ExtendedStatsAggregationDescriptor<T>, IExtendedStatsAggregation, T>.Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    DescriptorBase<ExtendedStatsAggregationDescriptor<T>, IExtendedStatsAggregation>.Self
    DescriptorBase<ExtendedStatsAggregationDescriptor<T>, IExtendedStatsAggregation>.Assign<TValue>(TValue, Action<IExtendedStatsAggregation, 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 class ExtendedStatsAggregationDescriptor<T> : FormattableMetricAggregationDescriptorBase<ExtendedStatsAggregationDescriptor<T>, IExtendedStatsAggregation, T>, IDescriptor, IExtendedStatsAggregation, IFormattableMetricAggregation, IMetricAggregation, IAggregation where T : class
    Type Parameters
    Name Description
    T

    Methods

    | Edit this page View Source

    Sigma(double?)

    Declaration
    public ExtendedStatsAggregationDescriptor<T> Sigma(double? sigma)
    Parameters
    Type Name Description
    double? sigma
    Returns
    Type Description
    ExtendedStatsAggregationDescriptor<T>

    Implements

    IDescriptor
    IExtendedStatsAggregation
    IFormattableMetricAggregation
    IMetricAggregation
    IAggregation

    Extension Methods

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