| 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
)
Public Function Keys (
selector As IQdbEntrySelector
) As IEnumerable(Of String)
Parameters
- selector
- Type: QuasardbIQdbEntrySelector
The criteria to filter the entries
Return Value
Type:
IEnumerableStringA collection of entry.
See Also