store properties
will silently swallow the errors if not set
Private
Readonly
#computePrivate
Readonly
#updates$Readonly
dbProtected
idleProtected
Readonly
loggerSimilar to getAll, but does not complete. Instead, emits every time the collection is updated (via this store object). Emits empty array when no documents are stored.
Private
#getProtected
forceGet all stored documents.
Store the full set of documents. getAll() after setAll(docs) should return the same set of 'docs'. Should never throw.
Emits undefined and completes. Completes without emitting if the store is destroyed.
Protected
toGenerated using TypeDoc
PouchDB database that implements CollectionStore. Supports sorting by custom document _id