Search Results for

    Show / Hide Table of Contents

    Class MatrixStatsAggregation

    Inheritance
    object
    AggregationBase
    MatrixAggregationBase
    MatrixStatsAggregation
    Implements
    IMatrixStatsAggregation
    IMatrixAggregation
    IAggregation
    Inherited Members
    MatrixAggregationBase.Fields
    MatrixAggregationBase.Missing
    AggregationBase.Meta
    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 MatrixStatsAggregation : MatrixAggregationBase, IMatrixStatsAggregation, IMatrixAggregation, IAggregation

    Constructors

    | Edit this page View Source

    MatrixStatsAggregation(string, Fields)

    Declaration
    public MatrixStatsAggregation(string name, Fields fields)
    Parameters
    Type Name Description
    string name
    Fields fields

    Properties

    | Edit this page View Source

    Mode

    Declaration
    public MatrixStatsMode? Mode { get; set; }
    Property Value
    Type Description
    MatrixStatsMode?

    Implements

    IMatrixStatsAggregation
    IMatrixAggregation
    IAggregation

    Extension Methods

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