FilesScanSummary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A summary of the scan results of the files that were scanned.
public class FilesScanSummary : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.FilesScanSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.FilesScanSummary>
type FilesScanSummary = class
interface IJsonModel<FilesScanSummary>
interface IPersistableModel<FilesScanSummary>
Public Class FilesScanSummary
Implements IJsonModel(Of FilesScanSummary), IPersistableModel(Of FilesScanSummary)
- Inheritance
-
FilesScanSummary
- Implements
Properties
| Name | Description |
|---|---|
| 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. |