Class AggregationBreakdown
Inheritance
AggregationBreakdown
Assembly: OpenSearch.Client.dll
Syntax
public class AggregationBreakdown
Properties
|
Edit this page
View Source
BuildAggregation
Declaration
[DataMember(Name = "build_aggregation")]
public long BuildAggregation { get; }
Property Value
|
Edit this page
View Source
BuildAggregationCount
Declaration
[DataMember(Name = "build_aggregation_count")]
public long BuildAggregationCount { get; }
Property Value
|
Edit this page
View Source
Collect
Declaration
[DataMember(Name = "collect")]
public long Collect { get; }
Property Value
|
Edit this page
View Source
CollectCount
Declaration
[DataMember(Name = "collect_count")]
public long CollectCount { get; }
Property Value
|
Edit this page
View Source
Initialize
Declaration
[DataMember(Name = "initialize")]
public long Initialize { get; }
Property Value
|
Edit this page
View Source
InitializeCount
Declaration
[DataMember(Name = "intialize_count")]
public long InitializeCount { get; }
Property Value
|
Edit this page
View Source
Reduce
Declaration
[DataMember(Name = "reduce")]
public long Reduce { get; }
Property Value
|
Edit this page
View Source
ReduceCount
Declaration
[DataMember(Name = "reduce_count")]
public long ReduceCount { get; }
Property Value
Extension Methods