Click or drag to resize
Grid Solutions Framework

TimeSliceScanner Constructor

Creates a new TimeSliceScanner.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntax
public TimeSliceScanner(
	IEnumerable<DataSourceValueGroup> dataset,
	double tolerance = 0
)
View Source

Parameters

dataset  IEnumerableDataSourceValueGroup
Source DataSourceValue series to scan.
tolerance  Double  (Optional)
Time tolerance for data slices in Unix epoch milliseconds.
See Also