QueryIndex class abstract interface Query

An existing index in a Collection.

Implementers

Properties

collection Collection
The collection that the index belongs to.
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the index.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

beginUpdate({required int limit}) FutureOr<IndexUpdater?>
Begins an update of a lazy index, if the it is not up-to-date.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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