ReadonlyidID of the store.
ReadonlyidName of the property used as ID. If not provided, the 'getIdentity' method must be declared.
Emits an event. All associated event listeners registered for the given event name will be invoked asynchronously.
The name of the event.
The event value. Passed to all event listeners.
Note: no value can be passed if the event type is void.
Returns any available metadata about the store. This may include attribution, available fields, cache directives, history or version information.
Queries the store using the provided query.
Optionalquery: ComplexQueryExpressiona query to execute.
Optionaloptions: QueryOptionsthe query options.
A read only synchronous store.