Click or drag to resize

QdbClusterKeys Method

Returns a collection of String matching the given criteria.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public IEnumerable<string> Keys(
	IQdbEntrySelector selector
)

Parameters

selector
Type: QuasardbIQdbEntrySelector
The criteria to filter the entries

Return Value

Type: IEnumerableString
A collection of entry.
See Also