Search Results for

    Show / Hide Table of Contents

    Class AverageAggregationDescriptor<T>

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

    Implements

    IDescriptor
    IAverageAggregation
    IFormattableMetricAggregation
    IMetricAggregation
    IAggregation

    Extension Methods

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