TaskAgentSkuUsageSummaryResult interface
Result of a SKU usage query. Contains the original query and the ranked usage rows.
Properties
| last |
Freshness marker on the result: jobs that finished after this moment are not yet reflected in Usages. |
| 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
lastBilledAt
Freshness marker on the result: jobs that finished after this moment are not yet reflected in Usages.
lastBilledAt: Date
Property Value
Date
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[]