interface LoggingDataMetric {
    queryRef: LoggingDataQueryRef;
    time: number;
    value: LoggingDataValue;
}

Properties

Properties

queryRef: LoggingDataQueryRef

The ref provided in the query, else this is generated

time: number

The time the value was logged

The queries result value