Search Results for

    Show / Hide Table of Contents

    Interface IAggregation

    An aggregation on the request

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IAggregation

    Properties

    | Edit this page View Source

    Meta

    metadata to associate with the individual aggregation at request time that will be returned in place at response time

    Declaration
    IDictionary<string, object> Meta { get; set; }
    Property Value
    Type Description
    IDictionary<string, object>
    | Edit this page View Source

    Name

    name of the aggregation

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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