* {{Code|cache}}: indicates if the query result will be cached or ignored (default: <code>true</code>). If the query result will not be cached, the query id will immediately be discarded after query execution, too.
* {{Code|base-uri}}: set [https://www.w3.org/TR/xquery-31/#dt-static-base-uri base-uri property] for the query. This URI will be used when resolving relative URIs by functions such as {{Code|fn:doc}} (default: ''empty string'').
|-
| '''Errors'''
|{{Error|overflow|#Errors}} Too many queries or query results are queued.<br/>
|-
| '''Examples'''
|{{Code|is-running}}
| A query is still running.
|-
|{{Code|overflow}}
| Too many queries or query results are queued.
|}