SdbIndexRecordRefExtension<K extends SdbKey, V extends SdbValue, I extends SdbIndexKey> extension
Index record reference extension.
- on
-
- SdbIndexRecordRef<
K, V, I>
- SdbIndexRecordRef<
Methods
-
count(
SdbClient client, {SdbFindOptions< I> ? options}) → Future<int> -
Available on SdbIndexRecordRef<
Count all records with this index key.K, V, I> , provided by the SdbIndexRecordRefExtension extension -
delete(
SdbClient client, {SdbFindOptions< I> ? options}) → Future<void> -
Available on SdbIndexRecordRef<
Delete all records with this index key.K, V, I> , provided by the SdbIndexRecordRefExtension extension -
findKeys(
SdbClient client, {SdbFindOptions< I> ? options}) → Future<List< K> > -
Available on SdbIndexRecordRef<
Find all records with this index key.K, V, I> , provided by the SdbIndexRecordRefExtension extension -
findRecordKeys(
SdbClient client, {SdbFindOptions< I> ? options}) → Future<List< SdbIndexRecordKey< >K, V, I> > -
Available on SdbIndexRecordRef<
Find all records with this index key.K, V, I> , provided by the SdbIndexRecordRefExtension extension -
findRecords(
SdbClient client, {SdbFindOptions< I> ? options}) → Future<List< SdbIndexRecordSnapshot< >K, V, I> > -
Available on SdbIndexRecordRef<
Find all records with this index key.K, V, I> , provided by the SdbIndexRecordRefExtension extension -
get(
SdbClient client) → Future< SdbIndexRecordSnapshot< K, V, I> ?> -
Available on SdbIndexRecordRef<
Get a single record.K, V, I> , provided by the SdbIndexRecordRefExtension extension -
getKey(
SdbClient client) → Future< K?> -
Available on SdbIndexRecordRef<
Get a single record key.K, V, I> , provided by the SdbIndexRecordRefExtension extension