Class AggregationProfile
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class AggregationProfile
Properties
| Edit this page View SourceBreakdown
Detailed stats about how the time was spent
Declaration
[DataMember(Name = "breakdown")]
public AggregationBreakdown Breakdown { get; }
Property Value
Type | Description |
---|---|
AggregationBreakdown |
Description
The user defined name of the aggregation
Declaration
[DataMember(Name = "description")]
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
TimeInNanoseconds
The time this aggregation took, in nanoseconds
Declaration
[DataMember(Name = "time_in_nanos")]
public long TimeInNanoseconds { get; }
Property Value
Type | Description |
---|---|
long |
Type
The OpenSearch aggregation type
Declaration
[DataMember(Name = "type")]
public string Type { get; }
Property Value
Type | Description |
---|---|
string |