Search Results for

    Show / Hide Table of Contents

    Class SumAggregationDescriptor<T>

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

    Implements

    IDescriptor
    ISumAggregation
    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