FilesScanSummary Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. FilesScanSummary
- com.
Implements
public final class FilesScanSummary
implements JsonSerializable<FilesScanSummary>
A summary of the scan results of the files that were scanned.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Long |
failedFilesCount()
Get the failed |
|
static
Files |
fromJson(JsonReader jsonReader)
Reads an instance of Files |
| Long |
maliciousFilesCount()
Get the malicious |
| Double |
scannedFilesInGB()
Get the scanned |
| Long |
skippedFilesCount()
Get the skipped |
|
Json |
toJson(JsonWriter jsonWriter) |
| Long |
totalFilesScanned()
Get the total |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
failedFilesCount
public Long failedFilesCount()
Get the failedFilesCount property: The number of failed file scans.
Returns:
fromJson
public static FilesScanSummary fromJson(JsonReader jsonReader)
Reads an instance of FilesScanSummary from the JsonReader.
Parameters:
Returns:
Throws:
maliciousFilesCount
public Long maliciousFilesCount()
Get the maliciousFilesCount property: The number of malicious files that were detected during the scan.
Returns:
scannedFilesInGB
public Double scannedFilesInGB()
Get the scannedFilesInGB property: The number of gigabytes of data that were scanned.
Returns:
skippedFilesCount
public Long skippedFilesCount()
Get the skippedFilesCount property: The number of files that were skipped.
Returns:
toJson
totalFilesScanned
public Long totalFilesScanned()
Get the totalFilesScanned property: The total number of files that were scanned.
Returns:
validate
public void validate()
Validates the instance.