public class QueryHistogramAggregation extends QueryAggregation
Modifier and Type | Method and Description |
---|---|
String |
getField()
Gets the field.
|
Long |
getInterval()
Gets the interval.
|
String |
getName()
Gets the name.
|
List<QueryHistogramAggregationResult> |
getResults()
Gets the results.
|
getType
public String getField()
The numeric field name used to create the histogram.
public Long getInterval()
The size of the sections that the results are split into.
public String getName()
Identifier specified in the query request of this aggregation.
public List<QueryHistogramAggregationResult> getResults()
Array of numeric intervals.
Copyright © 2024 IBM Cloud. All rights reserved.