AggregationRequest

data class AggregationRequest(val groupBy: List<String> = listOf("level"), val metrics: List<Metric> = listOf(Metric.COUNT), val timeRange: TimeRange? = null, val filter: String? = null, val limit: Int = 100)(source)

Constructors

Link copied to clipboard
constructor(groupBy: List<String> = listOf("level"), metrics: List<Metric> = listOf(Metric.COUNT), timeRange: TimeRange? = null, filter: String? = null, limit: Int = 100)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val limit: Int
Link copied to clipboard
Link copied to clipboard