Measurement Exception
Entity
Name: Measurement Exception
Defines the characteristics of a measurement exception.
Details
- Industry Domain:
Customer - Relational Table Name:
MEASUREMENT_EXCEPTION - JSON View Name:
MEASUREMENT_EXCEPTION#JSON - Ontology Class:
ewok:MeasurementException
Table: Properties
| Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object |
|---|---|---|---|---|---|---|---|
| measurement exception id | string | VARCHAR2 | MEASUREMENT_EXCEPTION_ID |
Yes | Yes | Must match regex pattern: ^\S{1,}$ |
ewok:MeasurementException |
| meter channel id | string | VARCHAR2 | METER_CHANNEL_ID |
ewok:MeterChannel | |||
| exception type | string | VARCHAR2 | EXCEPTION_TYPE |
Must match values in enumerated list from graph | ewok:ExceptionType | ||
| exception severity | string | VARCHAR2 | EXCEPTION_SEVERITY |
Must match values in enumerated list from graph | ewok:ExceptionSeverityType | ||
| exception status type | string | VARCHAR2 | EXCEPTION_STATUS_TYPE |
Must match values in enumerated list from graph | ewok:ExceptionStatusType | ||
| validation rule name | string | VARCHAR2 | VALIDATION_RULE_NAME |
ewok:MeasurementException | |||
| validation group name | string | VARCHAR2 | VALIDATION_GROUP_NAME |
ewok:MeasurementException | |||
| measurement start date time | dateTimeStamp | TIMESTAMP | MEASUREMENT_START_DATE_TIME |
ewok:MeasurementException | |||
| measurement end date time | dateTimeStamp | TIMESTAMP | MEASUREMENT_END_DATE_TIME |
ewok:MeasurementException | |||
| exception creation date time | dateTimeStamp | TIMESTAMP | EXCEPTION_CREATION_DATE_TIME |
ewok:MeasurementException |