Meter Configuration
Entity
Name: Meter Configuration
A meter configuration defines the measurement types the meter records.
Details
- Industry Domain:
Customer
- Relational Table Name:
METER_CONFIGURATION
- JSON View Name:
METER_CONFIGURATION#JSON
- Ontology Class:
ewok:Configuration.Meter
Properties
Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object |
---|---|---|---|---|---|---|---|
meter configuration id | string | VARCHAR2 | METER_CONFIGURATION_ID |
Yes | Yes | Must match regex pattern | ewok:Configuration.Meter |
start date time | dateTimeStamp | TIMESTAMP | START_DATE_TIME |
ewok:Configuration.Meter | |||
end date time | dateTimeStamp | TIMESTAMP | END_DATE_TIME |
ewok:Configuration.Meter | |||
utility service type | string | VARCHAR2 | UTILITY_SERVICE_TYPE |
Must match values in enumerated list from graph | ewok:UtilityServiceType | ||
utility meter id | string | VARCHAR2 | UTILITY_METER_ID |
ewok:CommodityMeter |