FilesScanSummary interface
A summary of the scan results of the files that were scanned.
Properties
| failed |
The number of failed file scans. |
| malicious |
The number of malicious files that were detected during the scan. |
| scanned |
The number of gigabytes of data that were scanned. |
| skipped |
The number of files that were skipped. |
| total |
The total number of files that were scanned. |
Property Details
failedFilesCount
The number of failed file scans.
failedFilesCount?: number
Property Value
number
maliciousFilesCount
The number of malicious files that were detected during the scan.
maliciousFilesCount?: number
Property Value
number
scannedFilesInGB
The number of gigabytes of data that were scanned.
scannedFilesInGB?: number
Property Value
number
skippedFilesCount
The number of files that were skipped.
skippedFilesCount?: number
Property Value
number
totalFilesScanned
The total number of files that were scanned.
totalFilesScanned?: number
Property Value
number