Search Results for

    Show / Hide Table of Contents

    Class MatrixAggregationDescriptorBase<TMatrixAggregation, TMatrixAggregationInterface, T>

    Inheritance
    object
    DescriptorBase<TMatrixAggregation, TMatrixAggregationInterface>
    MatrixAggregationDescriptorBase<TMatrixAggregation, TMatrixAggregationInterface, T>
    MatrixStatsAggregationDescriptor<T>
    Implements
    IDescriptor
    IMatrixAggregation
    IAggregation
    Inherited Members
    DescriptorBase<TMatrixAggregation, TMatrixAggregationInterface>.Self
    DescriptorBase<TMatrixAggregation, TMatrixAggregationInterface>.Assign<TValue>(TValue, Action<TMatrixAggregationInterface, 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 MatrixAggregationDescriptorBase<TMatrixAggregation, TMatrixAggregationInterface, T> : DescriptorBase<TMatrixAggregation, TMatrixAggregationInterface>, IDescriptor, IMatrixAggregation, IAggregation where TMatrixAggregation : MatrixAggregationDescriptorBase<TMatrixAggregation, TMatrixAggregationInterface, T>, TMatrixAggregationInterface, IMatrixStatsAggregation where TMatrixAggregationInterface : class, IMatrixAggregation where T : class
    Type Parameters
    Name Description
    TMatrixAggregation
    TMatrixAggregationInterface
    T

    Methods

    | Edit this page View Source

    Field(Fields)

    Declaration
    public TMatrixAggregation Field(Fields fields)
    Parameters
    Type Name Description
    Fields fields
    Returns
    Type Description
    TMatrixAggregation
    | Edit this page View Source

    Fields(Func<FieldsDescriptor<T>, IPromise<Fields>>)

    Declaration
    public TMatrixAggregation Fields(Func<FieldsDescriptor<T>, IPromise<Fields>> fields)
    Parameters
    Type Name Description
    Func<FieldsDescriptor<T>, IPromise<Fields>> fields
    Returns
    Type Description
    TMatrixAggregation
    | Edit this page View Source

    Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)

    Declaration
    public TMatrixAggregation Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>> selector)
    Parameters
    Type Name Description
    Func<FluentDictionary<string, object>, FluentDictionary<string, object>> selector
    Returns
    Type Description
    TMatrixAggregation
    | Edit this page View Source

    Missing(Func<FluentDictionary<Field, double>, FluentDictionary<Field, double>>)

    Declaration
    public TMatrixAggregation Missing(Func<FluentDictionary<Field, double>, FluentDictionary<Field, double>> selector)
    Parameters
    Type Name Description
    Func<FluentDictionary<Field, double>, FluentDictionary<Field, double>> selector
    Returns
    Type Description
    TMatrixAggregation

    Implements

    IDescriptor
    IMatrixAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Field(Fields)
      • Fields(Func<FieldsDescriptor<T>, IPromise<Fields>>)
      • Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
      • Missing(Func<FluentDictionary<Field, double>, FluentDictionary<Field, double>>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX