OptionalAppliedParameters that were applied to the query, including defaults
OptionalCacheWhether this result was served from cache
OptionalCacheCache key used for this query
OptionalCacheTime until cache expiration in milliseconds
OptionalPageThe page number returned (1-based). Derived from StartRow and MaxRows. Undefined when paging is not active.
OptionalPageThe page size used for this result. Undefined when paging is not active.
OptionalRenderedThe fully rendered SQL that was actually executed against the database. On error, this reveals transformations applied by the render pipeline (composition, Nunjucks templates, MaxRows wrapping, paging) that may have caused the failure — e.g., an ORDER BY moved into a derived table.
Total number of rows that would be returned without pagination. Only differs from RowCount when StartRow or MaxRows are used.
Result of executing a saved query. Contains the query results and execution metadata.