ReadonlyidID of the store.
Optional ReadonlyidName of the property used as ID. If not provided, the 'getIdentity' method must be declared.
Retrieves an item by its identifier.
id of an item in the store.
Optionaloptions: GetOptionsoptions to specify the result.
OptionalgetReturns 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 synchronous store. It is provided for legacy store implementations only and should not be actively used anymore.
Deprecated
use AsyncStore instead