Search Results for

    Show / Hide Table of Contents

    Class MatrixAggregationBase

    Inheritance
    object
    AggregationBase
    MatrixAggregationBase
    MatrixStatsAggregation
    Implements
    IMatrixAggregation
    IAggregation
    Inherited Members
    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 abstract class MatrixAggregationBase : AggregationBase, IMatrixAggregation, IAggregation

    Constructors

    | Edit this page View Source

    MatrixAggregationBase(string, Fields)

    Declaration
    protected MatrixAggregationBase(string name, Fields field)
    Parameters
    Type Name Description
    string name
    Fields field

    Properties

    | Edit this page View Source

    Fields

    Declaration
    public Fields Fields { get; set; }
    Property Value
    Type Description
    Fields
    | Edit this page View Source

    Missing

    Declaration
    public IDictionary<Field, double> Missing { get; set; }
    Property Value
    Type Description
    IDictionary<Field, double>

    Implements

    IMatrixAggregation
    IAggregation

    Extension Methods

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