IOT Dash
|
Public Member Functions | |
Task< IEnumerable< HistoryEntry > > | GetPagedHistoryAsync (IotInterface iface, HistoryRequest request) |
Task | CreateAsync (HistoryEntry entry) |
![]() | |
Task< bool > | SaveChangesAsync () |
This service provides database operations on HistoryEntrys.
Task IotDash.Services.IHistoryStore.CreateAsync | ( | HistoryEntry | entry | ) |
Add new measurement to the database.
entry | The measurement to add. |
Implemented in IotDash.Services.ModelStore.HistoryEntryStore.
Task< IEnumerable< HistoryEntry > > IotDash.Services.IHistoryStore.GetPagedHistoryAsync | ( | IotInterface | iface, |
HistoryRequest | request | ||
) |
Get a series of measurements over a continuous interval of time.
iface | The interface which to which the measurements belong. |
request | The parameters of this request. |
Implemented in IotDash.Services.ModelStore.HistoryEntryStore.