Click or drag to resize

QdbClusterBlobs Method

Returns a collection of QdbBlob matching the given criteria.

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

Parameters

selector
Type: QuasardbIQdbBlobSelector
The criteria to filter the blobs.

Return Value

Type: IEnumerableQdbBlob
A collection of blob matching the criteria.
See Also