Readonly
[rangeMarker 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: AbortOptionsQueries key-value pairs by given criteria.
Optional
options: RangeQueryOptions<EntityAttrSearchKey<Id>>Iterates entries by given attribute key range.
Optional
options: RangeQueryOptions<AttrSearchKey>Finds matching entries for given list of entity-attribute search keys.
Optional
options: AbortOptionsFinds matching entries for given list of attribute-value search keys.
Optional
options: AbortOptionsGets a value by key from the map.
Optional
options: AbortOptionsGets 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: AbortOptionsSets 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
Tagged entity-attribute-value triplestore.