MetricQueryResult
Defined in: runtime/metric.ts:29
Extends
Section titled “Extends”Properties
Section titled “Properties”buckets
Section titled “buckets”
readonlybuckets:MetricQueryResultBucket[]
Defined in: runtime/metric.ts:35
Set of buckets that make up this result. Note that these buckets are sparse; if there is no result for a particular interval, no result is returned in the array.
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”metricPrn
Section titled “metricPrn”
readonlymetricPrn:string
Defined in: runtime/metric.ts:36
period
Section titled “period”
readonlyperiod:MetricQueryPeriod
Defined in: runtime/metric.ts:37
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.