Search Results for

    Show / Hide Table of Contents

    Class AggregationProfile

    Inheritance
    object
    AggregationProfile
    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 class AggregationProfile

    Properties

    | Edit this page View Source

    Breakdown

    Detailed stats about how the time was spent

    Declaration
    [DataMember(Name = "breakdown")]
    public AggregationBreakdown Breakdown { get; }
    Property Value
    Type Description
    AggregationBreakdown
    | Edit this page View Source

    Description

    The user defined name of the aggregation

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

    TimeInNanoseconds

    The time this aggregation took, in nanoseconds

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

    Type

    The OpenSearch aggregation type

    Declaration
    [DataMember(Name = "type")]
    public string Type { get; }
    Property Value
    Type Description
    string

    Extension Methods

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