QueryStatistics
Contains statistics about a completed query execution.
Contents
- bytesScanned
-
The total number of bytes scanned during query execution.
Type: Long
Required: Yes
- executionTimeInMillis
-
The total query execution time, in milliseconds.
Type: Long
Required: Yes
- rowCount
-
The total number of rows returned by the query.
Type: Long
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: