◆ CreateAsync()
async Task IotDash.Services.ModelStore.HistoryEntryStore.CreateAsync |
( |
HistoryEntry |
entry | ) |
|
|
inline |
Add new measurement to the database.
- Parameters
-
entry | The measurement to add. |
- Returns
- A task which represents the async operation.
Implements IotDash.Services.IHistoryStore.
◆ GetPagedHistoryAsync()
Get a series of measurements over a continuous interval of time.
- Parameters
-
iface | The interface which to which the measurements belong. |
request | The parameters of this request. |
- Returns
- An enumerable of the retrieved measurements.
Implements IotDash.Services.IHistoryStore.
◆ SaveChangesAsync()
async Task< bool > IotDash.Services.ModelStore.HistoryEntryStore.SaveChangesAsync |
( |
| ) |
|
|
inline |
Save changes to the database.
- Returns
- A task that represents the asynchronous save operation. The task result is false, when no entities were modified.
Implements IotDash.Services.IModelSaver.
The documentation for this class was generated from the following file:
- Services/Implementations/ModelStore/HistoryEntryStore.cs