MultibandDateStatisticsResult Data Type

A single timestamped entry of a timeseries.

Properties
name data type description
date string
Properties inherited from AbstractMultibandStatisticsResult
result array of StatisticsResult The array of results

Example

{
  "date" : "...",
  "result" : [ {
    "totalCount" : 12345,
    "validCount" : 12345
  }, {
    "totalCount" : 12345,
    "validCount" : 12345
  } ]
}