Abstract Marker to indicate that this object is a RangeQueryable.
Deletes an entry by key from the map. Returns MaybePromise<unknown> to be compatible with ES Map.
Optional options: AbortOptionsDeletes the values with given keys.
Optional options: AbortOptionsAbstract entriesQueries key-value pairs by given criteria.
Optional options: RangeQueryOptions<EntityAttrSearchKey<Id>>Abstract entriesIterates entries by given attribute key range.
Optional options: RangeQueryOptions<AttrSearchKey>Abstract findFinds matching entries for given list of entity-attribute search keys.
Optional options: AbortOptionsAbstract findFinds matching entries for given list of attribute-value search keys.
Optional options: AbortOptionsGets a value by key from the map.
Optional options: AbortOptionsAbstract getGets the list of data identified by given keys.
Optional options: AbortOptionsReturns whether a key exists in the map.
Optional options: AbortOptionsChecks if given keys exist in the set.
Optional options: AbortOptionsQueries keys by given criteria.
Optional options: RangeQueryOptions<EntityAttrSearchKey<Id>>Iterates keys by given attribute key range.
Optional options: RangeQueryOptions<AttrSearchKey>Sets an entry in the map. Returns MaybePromise<unknown> to be compatible with ES Map.
Optional options: AbortOptionsSets given list of entries.
Optional options: AbortOptionsAbstract updateSets or deletes given list of entries.
Optional options: AbortOptionsQueries values by given criteria.
Optional options: RangeQueryOptions<EntityAttrSearchKey<Id>>Iterates values by given attribute key range.
Optional options: RangeQueryOptions<AttrSearchKey>Generated using TypeDoc
TripleStore base class.