| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LakeFormation.Types.ExecutionStatistics
Description
Synopsis
- data ExecutionStatistics = ExecutionStatistics' {}
- newExecutionStatistics :: ExecutionStatistics
- executionStatistics_averageExecutionTimeMillis :: Lens' ExecutionStatistics (Maybe Integer)
- executionStatistics_dataScannedBytes :: Lens' ExecutionStatistics (Maybe Integer)
- executionStatistics_workUnitsExecutedCount :: Lens' ExecutionStatistics (Maybe Integer)
Documentation
data ExecutionStatistics Source #
Statistics related to the processing of a query statement.
See: newExecutionStatistics smart constructor.
Constructors
| ExecutionStatistics' | |
Fields
| |
Instances
newExecutionStatistics :: ExecutionStatistics Source #
Create a value of ExecutionStatistics 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:averageExecutionTimeMillis:ExecutionStatistics', executionStatistics_averageExecutionTimeMillis - The average time the request took to be executed.
$sel:dataScannedBytes:ExecutionStatistics', executionStatistics_dataScannedBytes - The amount of data that was scanned in bytes.
$sel:workUnitsExecutedCount:ExecutionStatistics', executionStatistics_workUnitsExecutedCount - The number of work units executed.
executionStatistics_averageExecutionTimeMillis :: Lens' ExecutionStatistics (Maybe Integer) Source #
The average time the request took to be executed.
executionStatistics_dataScannedBytes :: Lens' ExecutionStatistics (Maybe Integer) Source #
The amount of data that was scanned in bytes.
executionStatistics_workUnitsExecutedCount :: Lens' ExecutionStatistics (Maybe Integer) Source #
The number of work units executed.