SdbIndexRef<K extends KeyBase, V extends ValueBase, I extends IndexBase> class abstract interface

Index reference.

Implementers
Available extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
Index name.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store SdbStoreRef<K, V>
Store reference.
no setter

Methods

count(SdbClient client, {SdbBoundaries<I>? boundaries}) Future<int>

Available on SdbIndexRef<K, V, I>, provided by the SdbIndexRefExtension extension

Count records.
delete(SdbClient client, {SdbBoundaries<I>? boundaries, int? offset, int? limit}) Future<void>

Available on SdbIndexRef<K, V, I>, provided by the SdbIndexRefExtension extension

Delete records.
findRecordKeys(SdbClient client, {SdbBoundaries<I>? boundaries, int? offset, int? limit}) Future<List<SdbIndexRecordKey<K, V, I>>>

Available on SdbIndexRef<K, V, I>, provided by the SdbIndexRefExtension extension

Find record keys.
findRecords(SdbClient client, {SdbBoundaries<I>? boundaries, int? offset, int? limit}) Future<List<SdbIndexRecordSnapshot<K, V, I>>>

Available on SdbIndexRef<K, V, I>, provided by the SdbIndexRefExtension extension

Find records.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
record(I indexKey) SdbIndexRecordRef<K, V, I>

Available on SdbIndexRef<K, V, I>, provided by the SdbIndexRefExtension extension

Record reference.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited