AggregationResultGroupedByPeriod

class AggregationResultGroupedByPeriod


Contains an aggregation result within a period slice.

Summary

Public properties

LocalDateTime

end time of the slice.

AggregationResult

contains AggregationResult with metrics included in the request.

LocalDateTime

start time of the slice.

Public properties

endTime

Added in 1.1.0-alpha07
val endTimeLocalDateTime

end time of the slice.

result

Added in 1.1.0-alpha07
val resultAggregationResult

contains AggregationResult with metrics included in the request.

startTime

Added in 1.1.0-alpha07
val startTimeLocalDateTime

start time of the slice.