QueryRuntimeStatisticsRows
Statistics such as input rows and bytes read by the query, rows and bytes output by the query, and the number of rows written by the query.
Contents
- InputBytes
-
The number of bytes read to execute the query.
Type: Long
Required: No
- InputRows
-
The number of rows read to execute the query.
Type: Long
Required: No
- OutputBytes
-
The number of bytes returned by the query.
Type: Long
Required: No
- OutputRows
-
The number of rows returned by the query.
Type: Long
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: