TimestampedStatisticsResult Data Type

A single timestamped entry of a timeseries.

Properties
name data type description
timestamp string
Properties inherited from AbstractStatisticsResult
result StatisticsResult

Example

{
  "timestamp" : "...",
  "result" : {
    "totalCount" : 12345,
    "validCount" : 12345
  }
}