Values.GetMalwareScanResultDetailsSourceContains information about the results of the malware scan.
type nonrec t = {scanResultStatus : ScanResultStatus.t option;Status indicating whether threats were found for a completed scan.
*)skippedFileCount : PositiveLong.t option;The total number of files that were skipped during the scan.
*)failedFileCount : PositiveLong.t option;The total number of files that failed to be scanned.
*)threatFoundFileCount : PositiveLong.t option;The total number of files in which threats were detected.
*)totalFileCount : PositiveLong.t option;The total number of files that were processed during the scan.
*)totalBytes : PositiveLong.t option;The total number of bytes that were scanned.
*)uniqueThreatCount : PositiveLong.t option;The total number of unique threats that were detected during the scan.
*)threats : ScanResultThreats.t option;The threats that were detected during the malware scan.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string * [> `String of NonEmptyString.t ])
list ])
list ]
list
| `Long of PositiveLong.t
| `String of NonEmptyString.t ])
list ]
list
| `Long of PositiveLong.t ])
list ]