MetricQueryResultEntry
Defined in: runtime/metric.ts:22
Extends
Section titled “Extends”Extended by
Section titled “Extended by”Properties
Section titled “Properties”
readonlycount:number
Defined in: runtime/metric.ts:14
The number of individual metrics that made up this single outcome.
Inherited from
Section titled “Inherited from”
readonlyvalue:number
Defined in: runtime/metric.ts:19
The emmited value of this point as per the supplied function. In the case of “count” it should be same as count above.