TaskAgentSkuUsageSummaryResult interface
Result of a SKU usage query. Contains the original query and the ranked usage rows.
Properties
| query | The query that produced this result. |
| usages | Ranked usage rows, ordered by MeterId then rank. Each SKU has its own independent top-N ranking. |
Property Details
query
The query that produced this result.
query: TaskAgentSkuUsageSummaryQuery
Property Value
usages
Ranked usage rows, ordered by MeterId then rank. Each SKU has its own independent top-N ranking.
usages: TaskAgentSkuUsageRow[]