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