You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Time series collections efficiently store sequences of measurements over a period of time. This could be useful for datasets managed by the crud service APIs that heavily rely on timestamps
Desired solution
From the documentation a simple approach would be to:
mark a collection with type: timeseries,
include some of the parameters described in the field reference
The text was updated successfully, but these errors were encountered:
Feature Description
Time series collections efficiently store sequences of measurements over a period of time. This could be useful for datasets managed by the crud service APIs that heavily rely on timestamps
Desired solution
From the documentation a simple approach would be to:
timeseries
,The text was updated successfully, but these errors were encountered: