FilesScanSummary interface

A summary of the scan results of the files that were scanned.

Properties

failedFilesCount

The number of failed file scans.

maliciousFilesCount

The number of malicious files that were detected during the scan.

scannedFilesInGB

The number of gigabytes of data that were scanned.

skippedFilesCount

The number of files that were skipped.

totalFilesScanned

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