QueryStatistics
Contains the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.
Contents
- bytesScanned
-
The total number of bytes in the log events scanned during the query.
Type: Double
Required: No
- recordsMatched
-
The number of log events that matched the query string.
Type: Double
Required: No
- recordsScanned
-
The total number of log events scanned during the query.
Type: Double
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: