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

Index on 1 field

Inheritance
Available extensions

Properties

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

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.
lowerBoundary(I value, {bool? include = true}) SdbBoundary<I>

Available on SdbIndex1Ref<K, V, I>, provided by the SdbIndex1RefExtension extension

Lower boundary
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
upperBoundary(I value, {bool? include = false}) SdbBoundary<I>

Available on SdbIndex1Ref<K, V, I>, provided by the SdbIndex1RefExtension extension

Upper boundary

Operators

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