FetchOptions interface
The basic fetching options for various fetch methods in the managers.
Signature:
export interface FetchOptions
Properties
cache
Whether to cache the returned data. Defaults to client configuration.
Type: Boolean
ignoreCache
Whether to ignore the cache and request data from the storage / API. Defaults to false.
Type: Boolean
ignoreStorage
Whether to ignore the storage and request data from the API. Defaults to false.
Type: Boolean
region
The region to fetch from. Defaults to the client's region.
Type: Region
store
Whether to store the returned data in the database. Defaults to client configuration.
Type: Boolean