public class QueryTimesliceAggregation extends QueryAggregation
Constructor and Description |
---|
QueryTimesliceAggregation() |
Modifier and Type | Method and Description |
---|---|
String |
getField()
Gets the field.
|
String |
getInterval()
Gets the interval.
|
String |
getName()
Gets the name.
|
List<QueryTimesliceAggregationResult> |
getResults()
Gets the results.
|
getType
public String getField()
The date field name used to create the timeslice.
public String getInterval()
The date interval value. Valid values are seconds, minutes, hours, days, weeks, and years.
public String getName()
Identifier specified in the query request of this aggregation.
public List<QueryTimesliceAggregationResult> getResults()
Array of aggregation results.
Copyright © 2021 IBM Cloud. All rights reserved.