Skip to content

/AWS1/CL_GDYSCANNEDITEMCOUNT

Total number of scanned files.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_totalgb TYPE /AWS1/GDYINTEGER /AWS1/GDYINTEGER

Total GB of files scanned for malware.

iv_files TYPE /AWS1/GDYINTEGER /AWS1/GDYINTEGER

Number of files scanned.

iv_volumes TYPE /AWS1/GDYINTEGER /AWS1/GDYINTEGER

Total number of scanned volumes.


Queryable Attributes

TotalGb

Total GB of files scanned for malware.

Accessible with the following methods

Method Description
GET_TOTALGB() Getter for TOTALGB, with configurable default
ASK_TOTALGB() Getter for TOTALGB w/ exceptions if field has no value
HAS_TOTALGB() Determine if TOTALGB has a value

Files

Number of files scanned.

Accessible with the following methods

Method Description
GET_FILES() Getter for FILES, with configurable default
ASK_FILES() Getter for FILES w/ exceptions if field has no value
HAS_FILES() Determine if FILES has a value

Volumes

Total number of scanned volumes.

Accessible with the following methods

Method Description
GET_VOLUMES() Getter for VOLUMES, with configurable default
ASK_VOLUMES() Getter for VOLUMES w/ exceptions if field has no value
HAS_VOLUMES() Determine if VOLUMES has a value