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