Electric Meter Installation
Entity
Name: Electric Meter Installation
Captures the time period an electric meter was installed at an electric service point.
Details
- Industry Domain:
Customer
- Relational Table Name:
ELECTRIC_METER_INSTALLATION
- JSON View Name:
ELECTRIC_METER_INSTALLATION#JSON
- Ontology Class:
ewok:ElectricMeterInstallation
Properties
Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object |
---|---|---|---|---|---|---|---|
utility meter installation id | string | VARCHAR2 | UTILITY_METER_INSTALLATION_ID |
Yes | Yes | Must match regex pattern | ewok:ElectricMeterInstallation |
utility meter id | string | VARCHAR2 | UTILITY_METER_ID |
Must match regex pattern | ewok:ElectricMeter | ||
utility service point id | string | VARCHAR2 | UTILITY_SERVICE_POINT_ID |
Must match regex pattern | ewok:ElectricServicePoint | ||
end date time | dateTimeStamp | TIMESTAMP | END_DATE_TIME |
ewok:ElectricMeterInstallation | |||
start date time | dateTimeStamp | TIMESTAMP | START_DATE_TIME |
ewok:ElectricMeterInstallation |