Queries entries by given criteria.
Optional
options: EventStoreQueryOptions<K> & QueryExtGets a value by key from the map.
Optional
options: AbortOptionsGets the key of given value.
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 event keys by given criteria.
Optional
options: EventStoreQueryOptions<K> & QueryExtValidates given event and returns any error.
Optional
options: AbortOptionsQueries events by given criteria.
Optional
options: EventStoreQueryOptions<K> & QueryExtGenerated using TypeDoc
A read-only event store.