Readonly
[rangeMarker to indicate that this object is a RangeQueryable.
Queries 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>Queries values by given criteria.
Optional
options: RangeQueryOptions<EntityAttrSearchKey<Id>>Iterates values by given attribute key range.
Optional
options: RangeQueryOptions<AttrSearchKey>Generated using TypeDoc
Readonly TripleStore.