sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Type alias ExecuteQueryResult

ExecuteQueryResult: QueryState & { refetch: () => void; rowCount: number; }

Result of a query execution.

ExecuteQueryResult.refetch

refetch: () => void

Function to refetch the query

Returns

void

ExecuteQueryResult.rowCount

rowCount?: number

Total row count of the query result, ignoring the count and offset paging.

Populated only when ExecuteQueryParams.includeRowCount is enabled and the Sisense instance supports the row count API; undefined otherwise.

Last Updated: