| 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
)
Public Function Blobs (
selector As IQdbBlobSelector
) As IEnumerable(Of QdbBlob)
Parameters
- selector
- Type: QuasardbIQdbBlobSelector
The criteria to filter the blobs.
Return Value
Type:
IEnumerableQdbBlobA collection of blob matching the criteria.
See Also