ReadonlyidID of the store.
ReadonlyidName of the property used as ID. If not provided, the 'getIdentity' method must be declared.
Create a new item. Throws an error, if the item already exists. The 'overwrite' option is assumed to be false).
Optionaloptions: CreateOptions<IDType>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.
Saves the given item. Depending on the specified options, a new item is created or a given item is updated.
item to update/create
Optionaloptions: CreateOptions<IDType>options to specify the PUT operation
Queries the store using the provided query.
Optionalquery: ComplexQueryExpressiona query to execute.
Optionaloptions: QueryOptionsthe query options.
A writable synchronous store.