Search Results for

    Show / Hide Table of Contents

    Interface IMatrixAggregation

    Inherited Members
    IAggregation.Meta
    IAggregation.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IMatrixAggregation : IAggregation

    Properties

    | Edit this page View Source

    Fields

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

    Missing

    Declaration
    [DataMember(Name = "missing")]
    IDictionary<Field, double> Missing { get; set; }
    Property Value
    Type Description
    IDictionary<Field, double>

    Extension Methods

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