SDK Reference v2.0.0 / DeviceDataResultPage

DeviceDataResultPage

struct DeviceDataResultPage : PagedResult, Decodable

A page of device data points.


PageID
typealias MyDataHelpsKit.DeviceDataResultPage.PageID = ScopedIdentifier<DeviceDataResultPage, String>

Identifies a specific page of device data points.

deviceDataPoints
let deviceDataPoints: [DeviceDataPoint]

A list of DeviceDataPoints filtered by the query criteria, ordered by most recent date.

nextPageID
let nextPageID: PageID?

An ID to be used with subsequent DeviceDataQuery requests. Results from queries using this ID as the pageID parameter will show the next page of results. nil if there isn’t a next page.