AsyncQueryIndex class abstract interface Query

A QueryIndex with a primarily asynchronous API.

Implemented types

Properties

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

Methods

beginUpdate({required int limit}) Future<AsyncIndexUpdater?>
Begins an update of a lazy index, if the it is not up-to-date.
override
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