Click or drag to resize

QdbBlobColumn.Last Method (IEnumerable<QdbTimeInterval>)

Gets the last points (ie the one with the newest timestamp) in each interval

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntax
public IEnumerable<QdbBlobPoint> Last(
	IEnumerable<QdbTimeInterval> intervals
)

Parameters

intervals
Type: System.Collections.Generic.IEnumerable<QdbTimeInterval>
The time intervals to scan

Return Value

Type: IEnumerable<QdbBlobPoint>
The last point in each interval (null when there is no point in an interval)
See Also