FdbKeySelector
Namespace: FoundationDB.Client · class
Methods
FirstGreaterOrEqual
static FdbKeySelector<TKey> FirstGreaterOrEqual<TKey>(in TKey key)
Creates a key selector that will select the first key in the database that is greater than or equal to key
static FdbKeySelector<FdbRawKey> FirstGreaterOrEqual(Slice key)
Creates a key selector that will select the first key in the database that is greater than or equal to key
FirstGreaterThan
static FdbKeySelector<TKey> FirstGreaterThan<TKey>(in TKey key)
Creates a key selector that will select the first key in the database that is greater than key
static FdbKeySelector<FdbRawKey> FirstGreaterThan(Slice key)
Creates a key selector that will select the first key in the database that is greater than key
LastLessOrEqual
static FdbKeySelector<TKey> LastLessOrEqual<TKey>(in TKey key)
Creates a key selector that will select the last key in the database that is less than or equal to key
static FdbKeySelector<FdbRawKey> LastLessOrEqual(Slice key)
Creates a key selector that will select the last key in the database that is less than or equal to key
LastLessThan
static FdbKeySelector<TKey> LastLessThan<TKey>(in TKey key)
Creates a key selector that will select the last key in the database that is less than key
static FdbKeySelector<FdbRawKey> LastLessThan(Slice key)
Creates a key selector that will select the last key in the database that is less than key