/AWS1/CL_LOEMISSINGSENSORDATA¶
Entity that comprises aggregated information on sensors having missing data.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_affectedsensorcount TYPE /AWS1/LOEINTEGER /AWS1/LOEINTEGER¶
Indicates the number of sensors that have atleast some data missing.
iv_totalnumofmissingvalues TYPE /AWS1/LOEINTEGER /AWS1/LOEINTEGER¶
Indicates the total number of missing values across all the sensors.
Queryable Attributes¶
AffectedSensorCount¶
Indicates the number of sensors that have atleast some data missing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AFFECTEDSENSORCOUNT() |
Getter for AFFECTEDSENSORCOUNT, with configurable default |
ASK_AFFECTEDSENSORCOUNT() |
Getter for AFFECTEDSENSORCOUNT w/ exceptions if field has no |
HAS_AFFECTEDSENSORCOUNT() |
Determine if AFFECTEDSENSORCOUNT has a value |
TotalNumberOfMissingValues¶
Indicates the total number of missing values across all the sensors.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALNUMOFMISSINGVALUES() |
Getter for TOTALNUMBEROFMISSINGVALUES, with configurable def |
ASK_TOTALNUMOFMISSINGVALUES() |
Getter for TOTALNUMBEROFMISSINGVALUES w/ exceptions if field |
HAS_TOTALNUMOFMISSINGVALUES() |
Determine if TOTALNUMBEROFMISSINGVALUES has a value |