QueryEvalStats
Structure to capture query statistics such as how many queries are running, accepted or waiting and their details.
Contents
- cancelled
-
Set to
TRUE
if the query was cancelled, or FALSE otherwise.Type: Boolean
Required: No
- elapsed
-
The number of milliseconds the query has been running so far.
Type: Integer
Required: No
- subqueries
-
The number of subqueries in this query.
Type: JSON value
Required: No
- waited
-
Indicates how long the query waited, in milliseconds.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: