|
TimeSliceScannerReadNextTimeSlice Method
|
Reads next time slice from the series set.
Namespace: GrafanaAdaptersAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntax function ReadNextTimeSlice(lastValue);
View SourceParameters
- lastValue Boolean (Optional)
-
Set to true to only publish last value per-series in time-slice for specified Tolerance;
otherwise, false to publish all series values since last slice.
Return Value
IEnumerableDataSourceValueNext time slice.
See Also