Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data QueryStatistics Source #
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.
See: newQueryStatistics
smart constructor.
QueryStatistics' | |
|
Instances
newQueryStatistics :: QueryStatistics Source #
Create a value of QueryStatistics
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:recordsScanned:QueryStatistics'
, queryStatistics_recordsScanned
- The total number of log events scanned during the query.
$sel:bytesScanned:QueryStatistics'
, queryStatistics_bytesScanned
- The total number of bytes in the log events scanned during the query.
$sel:recordsMatched:QueryStatistics'
, queryStatistics_recordsMatched
- The number of log events that matched the query string.
queryStatistics_recordsScanned :: Lens' QueryStatistics (Maybe Double) Source #
The total number of log events scanned during the query.
queryStatistics_bytesScanned :: Lens' QueryStatistics (Maybe Double) Source #
The total number of bytes in the log events scanned during the query.
queryStatistics_recordsMatched :: Lens' QueryStatistics (Maybe Double) Source #
The number of log events that matched the query string.