public class QueryTimesliceAggregationResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
List<Map<String,Object>> |
getAggregations()
Gets the aggregations.
|
Long |
getKey()
Gets the key.
|
String |
getKeyAsString()
Gets the keyAsString.
|
Long |
getMatchingResults()
Gets the matchingResults.
|
public String getKeyAsString()
String date value of the upper bound for the timeslice interval in ISO-8601 format.
public Long getKey()
Numeric date value of the upper bound for the timeslice interval in UNIX milliseconds since epoch.
public Long getMatchingResults()
Number of documents with the specified key as the upper bound.
Copyright © 2023 IBM Cloud. All rights reserved.