Click or drag to resize
Grid Solutions Framework

TimeSliceScannerReadNextTimeSlice Method

Reads next time slice from the series set.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntax
public IEnumerable<DataSourceValue> ReadNextTimeSlice(
	bool lastValue = true
)
View Source

Parameters

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

IEnumerableDataSourceValue
Next time slice.
See Also