Map of data entries.
Map of field value index.
Max size of a request batch.
Protected Readonly batchMax size of a request batch.
Protected Readonly dataMap of data entries.
Protected Readonly indexMap of field value index.
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: 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: AbortOptionsPrivate getOptional 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
Map-based TripleStore.