Meter Channel
Entity
Name: Meter Channel
A commodity meter channel captures measurements for a single unit of measure of a commodity.
Details
- Industry Domain:
Customer
- Relational Table Name:
METER_CHANNEL
- JSON View Name:
METER_CHANNEL#JSON
- Ontology Class:
ewok:MeterChannel
Properties
Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object |
---|---|---|---|---|---|---|---|
meter channel id | string | VARCHAR2 | METER_CHANNEL_ID |
Yes | Yes | Must match regex pattern | ewok:MeterChannel |
utility meter id | string | VARCHAR2 | UTILITY_METER_ID |
ewok:CommodityMeter | |||
meter configuration id | string | VARCHAR2 | METER_CONFIGURATION_ID |
ewok:Configuration.Meter | |||
commodity measurement type | string | VARCHAR2 | COMMODITY_MEASUREMENT_TYPE |
Must match values in enumerated list from graph | ewok:CommodityMeasurementType | ||
meter channel type | string | VARCHAR2 | METER_CHANNEL_TYPE |
Must match values in enumerated list from graph | ewok:MeterChannelType |