| 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.PlanningStatistics
Description
Synopsis
- data PlanningStatistics = PlanningStatistics' {}
- newPlanningStatistics :: PlanningStatistics
- planningStatistics_estimatedDataToScanBytes :: Lens' PlanningStatistics (Maybe Integer)
- planningStatistics_planningTimeMillis :: Lens' PlanningStatistics (Maybe Integer)
- planningStatistics_queueTimeMillis :: Lens' PlanningStatistics (Maybe Integer)
- planningStatistics_workUnitsGeneratedCount :: Lens' PlanningStatistics (Maybe Integer)
Documentation
data PlanningStatistics Source #
Statistics related to the processing of a query statement.
See: newPlanningStatistics smart constructor.
Constructors
| PlanningStatistics' | |
Fields
| |
Instances
newPlanningStatistics :: PlanningStatistics Source #
Create a value of PlanningStatistics 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:estimatedDataToScanBytes:PlanningStatistics', planningStatistics_estimatedDataToScanBytes - An estimate of the data that was scanned in bytes.
$sel:planningTimeMillis:PlanningStatistics', planningStatistics_planningTimeMillis - The time that it took to process the request.
$sel:queueTimeMillis:PlanningStatistics', planningStatistics_queueTimeMillis - The time the request was in queue to be processed.
$sel:workUnitsGeneratedCount:PlanningStatistics', planningStatistics_workUnitsGeneratedCount - The number of work units generated.
planningStatistics_estimatedDataToScanBytes :: Lens' PlanningStatistics (Maybe Integer) Source #
An estimate of the data that was scanned in bytes.
planningStatistics_planningTimeMillis :: Lens' PlanningStatistics (Maybe Integer) Source #
The time that it took to process the request.
planningStatistics_queueTimeMillis :: Lens' PlanningStatistics (Maybe Integer) Source #
The time the request was in queue to be processed.
planningStatistics_workUnitsGeneratedCount :: Lens' PlanningStatistics (Maybe Integer) Source #
The number of work units generated.