BlobsScanSummary interface

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

Properties

failedBlobsCount

The number of failed blob scans.

maliciousBlobsCount

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

scannedBlobsInGB

The number of gigabytes of data that were scanned.

skippedBlobsCount

The number of blobs that were skipped.

totalBlobsScanned

The total number of blobs that were scanned.

Property Details

failedBlobsCount

The number of failed blob scans.

failedBlobsCount?: number

Property Value

number

maliciousBlobsCount

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

maliciousBlobsCount?: number

Property Value

number

scannedBlobsInGB

The number of gigabytes of data that were scanned.

scannedBlobsInGB?: number

Property Value

number

skippedBlobsCount

The number of blobs that were skipped.

skippedBlobsCount?: number

Property Value

number

totalBlobsScanned

The total number of blobs that were scanned.

totalBlobsScanned?: number

Property Value

number