Index class

Annotations
  • DomName('IDBIndex')
  • Unstable()

Instance Properties

keyPath Object
read-only
multiEntry bool
read-only
name String
read-only
objectStore ObjectStore
read-only
unique bool
read-only

Instance Methods

count([key_OR_range]) → Future<int>
get(key) → Future
getKey(key) → Future
openCursor({key, KeyRange range, String direction, bool autoAdvance}) → Stream<CursorWithValue>
Creates a stream of cursors over the records in this object store.
openKeyCursor({key, KeyRange range, String direction, bool autoAdvance}) → Stream<Cursor>
Creates a stream of cursors over the records in this object store.