QueryOptions
Creates a new QueryOptions with the specified settings.
Parameters
The duration after which the returned value of the fetch function block is considered stale.
The period during which the Key's return value, if not referenced anywhere, is temporarily cached in memory.
Maximum window time on prefetch processing.
Determines whether two errors are equal.
Determines whether query processing needs to be paused based on error.
Automatically revalidate active Query when the network reconnects.
Automatically revalidate active Query when the window is refocused.
This callback function will be called if some query encounters an error.
Determines whether to suppress error information when relaying it using soil.query.core.ErrorRelay.
The duration to keep the actor alive after the last command is executed.
The logger function.
Determines whether to retry the command when an error occurs.
The number of times to retry the command.
The initial interval for exponential backoff.
The maximum interval for exponential backoff.
The multiplier for exponential backoff.
The randomization factor for exponential backoff.
The randomizer for exponential backoff.