Search Results for

    Show / Hide Table of Contents

    Class MatrixStatsAggregationDescriptor<T>

    Inheritance
    object
    DescriptorBase<MatrixStatsAggregationDescriptor<T>, IMatrixStatsAggregation>
    MatrixAggregationDescriptorBase<MatrixStatsAggregationDescriptor<T>, IMatrixStatsAggregation, T>
    MatrixStatsAggregationDescriptor<T>
    Implements
    IDescriptor
    IMatrixStatsAggregation
    IMatrixAggregation
    IAggregation
    Inherited Members
    MatrixAggregationDescriptorBase<MatrixStatsAggregationDescriptor<T>, IMatrixStatsAggregation, T>.Field(Fields)
    MatrixAggregationDescriptorBase<MatrixStatsAggregationDescriptor<T>, IMatrixStatsAggregation, T>.Fields(Func<FieldsDescriptor<T>, IPromise<Fields>>)
    MatrixAggregationDescriptorBase<MatrixStatsAggregationDescriptor<T>, IMatrixStatsAggregation, T>.Missing(Func<FluentDictionary<Field, double>, FluentDictionary<Field, double>>)
    MatrixAggregationDescriptorBase<MatrixStatsAggregationDescriptor<T>, IMatrixStatsAggregation, T>.Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    DescriptorBase<MatrixStatsAggregationDescriptor<T>, IMatrixStatsAggregation>.Self
    DescriptorBase<MatrixStatsAggregationDescriptor<T>, IMatrixStatsAggregation>.Assign<TValue>(TValue, Action<IMatrixStatsAggregation, 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 MatrixStatsAggregationDescriptor<T> : MatrixAggregationDescriptorBase<MatrixStatsAggregationDescriptor<T>, IMatrixStatsAggregation, T>, IDescriptor, IMatrixStatsAggregation, IMatrixAggregation, IAggregation where T : class
    Type Parameters
    Name Description
    T

    Methods

    | Edit this page View Source

    Mode(MatrixStatsMode?)

    Declaration
    public MatrixStatsAggregationDescriptor<T> Mode(MatrixStatsMode? mode)
    Parameters
    Type Name Description
    MatrixStatsMode? mode
    Returns
    Type Description
    MatrixStatsAggregationDescriptor<T>

    Implements

    IDescriptor
    IMatrixStatsAggregation
    IMatrixAggregation
    IAggregation

    Extension Methods

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