Search Results for

    Show / Hide Table of Contents

    Class MatrixStatsAggregate

    Inheritance
    object
    MatrixAggregateBase
    MatrixStatsAggregate
    Implements
    IAggregate
    Inherited Members
    MatrixAggregateBase.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
    [DataContract]
    public class MatrixStatsAggregate : MatrixAggregateBase, IAggregate

    Properties

    | Edit this page View Source

    DocCount

    Declaration
    [DataMember(Name = "doc_count")]
    public long DocCount { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Fields

    Declaration
    [DataMember(Name = "fields")]
    public List<MatrixStatsField> Fields { get; set; }
    Property Value
    Type Description
    List<MatrixStatsField>

    Implements

    IAggregate

    Extension Methods

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