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 |
Documentation
data ScannedItemCount Source #
Total number of scanned files.
See: newScannedItemCount
smart constructor.
Instances
newScannedItemCount :: ScannedItemCount Source #
Create a value of ScannedItemCount
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:files:ScannedItemCount'
, scannedItemCount_files
- Number of files scanned.
$sel:totalGb:ScannedItemCount'
, scannedItemCount_totalGb
- Total GB of files scanned for malware.
$sel:volumes:ScannedItemCount'
, scannedItemCount_volumes
- Total number of scanned volumes.
scannedItemCount_files :: Lens' ScannedItemCount (Maybe Int) Source #
Number of files scanned.
scannedItemCount_totalGb :: Lens' ScannedItemCount (Maybe Int) Source #
Total GB of files scanned for malware.
scannedItemCount_volumes :: Lens' ScannedItemCount (Maybe Int) Source #
Total number of scanned volumes.