public class AggregationResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
AggregationResult() |
Modifier and Type | Method and Description |
---|---|
List<QueryAggregation> |
getAggregations()
Gets the aggregations.
|
String |
getKey()
Gets the key.
|
Long |
getMatchingResults()
Gets the matchingResults.
|
public String getKey()
Key that matched the aggregation type.
public Long getMatchingResults()
Number of matching results.
public List<QueryAggregation> getAggregations()
Aggregations returned in the case of chained aggregations.
Copyright © 2023 IBM Cloud. All rights reserved.