Interface MeasurandQuery

interface MeasurandQuery {
    accumulation?: Accumulation;
    aggregation?: Aggregation;
    baseQuantity: string;
    direction?: Direction;
    location?: MeasurementLocation;
    phaseRef?: PhaseRef;
}

Properties

accumulation?: Accumulation
aggregation?: Aggregation
baseQuantity: string
direction?: Direction
phaseRef?: PhaseRef