This Pojo represents the data usage statistics like successfulReceivedBytes, successfulSentBytes, successfulReceivedPackets, successfulSentPackets for a device/station/site. count - represents number of points included which is equals to values.size() unit - represents unit of measurement like bits/sec. values - represents the actual data point elements of type BasicRollupStatisticsDataPointElement fetched based on query
Name | Data type | Description |
---|---|---|
values | array of BasicRollupDataPointElement | |
Properties inherited from DataPointMetaDataElement |
||
unit | string | |
count | number |
Example
{ "values" : [ { "sum" : "...", "average" : "...", "max" : "...", "min" : "...", "value" : "...", "numPoints" : 12345, "timestamp" : 12345 }, { "sum" : "...", "average" : "...", "max" : "...", "min" : "...", "value" : "...", "numPoints" : 12345, "timestamp" : 12345 } ], "unit" : "...", "count" : 12345 }