Click or drag to resize

QdbCluster.Blobs Method

Returns a collection of QdbBlob matching the given criteria.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntax
public IEnumerable<QdbBlob> Blobs(
	IQdbBlobSelector selector
)

Parameters

selector
Type: Quasardb.IQdbBlobSelector
The criteria to filter the blobs.

Return Value

Type: IEnumerable<QdbBlob>
A collection of blob matching the criteria.
See Also