Click or drag to resize

QdbBlobPointCollection.Add Method (DateTime,Byte[])

Adds a point to the collection

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.0.0 (3.10.0.0)
Syntax
public void Add(
	DateTime timestamp,
	byte[] content
)

Parameters

timestamp
Type: System.DateTime
The timestamp of the new point
content
Type:System.Byte[]
The value of the new point
See Also