ReadingsWhereColumns
The valid fields by which readings can be queried.
enum ReadingsWhereColumns {
ID
METER_ID
STATUS
TYPE
SOURCE
READING
CONSUMPTION
READING_AT
PERIOD_START_AT
PERIOD_END_AT
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
ReadingsWhereColumns.ID
Reading's unique identifier.
ReadingsWhereColumns.METER_ID
Reading's meter unique identifier.
ReadingsWhereColumns.STATUS
The reading's status.
ReadingsWhereColumns.TYPE
The reading's type.
ReadingsWhereColumns.SOURCE
The reading's source.
ReadingsWhereColumns.READING
The reading's reading.
ReadingsWhereColumns.CONSUMPTION
The reading's consumption.
ReadingsWhereColumns.READING_AT
The date when the reading was taken.
ReadingsWhereColumns.PERIOD_START_AT
The date when the reading period started.
ReadingsWhereColumns.PERIOD_END_AT
The date when the reading period ended.
ReadingsWhereColumns.CREATED_AT
The date and time when the reading was created.
ReadingsWhereColumns.UPDATED_AT
The date and time when the reading was last updated.
ReadingsWhereColumns.DELETED_AT
The date and time when the reading was deleted.
Member Of
MeterReadingsWhereWhereConditions
input ● PropertyReadingsWhereWhereConditions
input ● QueryReadingsWhereWhereConditions
input