Search Results for

    Show / Hide Table of Contents

    Class MetricAggregateBase

    Inheritance
    object
    MetricAggregateBase
    GeoBoundsAggregate
    GeoCentroidAggregate
    GeoLineAggregate
    PercentilesAggregate
    ScriptedMetricAggregate
    StatsAggregate
    TopHitsAggregate
    ValueAggregate
    Implements
    IAggregate
    Inherited Members
    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 MetricAggregateBase : IAggregate

    Properties

    | Edit this page View Source

    Meta

    Metadata for the aggregation

    Declaration
    [DataMember(Name = "meta")]
    public IReadOnlyDictionary<string, object> Meta { get; set; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, object>

    Implements

    IAggregate

    Extension Methods

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