Edit

TaskAgentSkuUsageTrendResult interface

Result of a SKU usage trend query. Contains the original query and the daily usage data points.

Properties

points

Usage data points, ordered by date ascending. Buckets with no usage are not included.

query

The query that produced this result.

Property Details

points

Usage data points, ordered by date ascending. Buckets with no usage are not included.

points: TaskAgentSkuUsageTrendPoint[]

Property Value

query

The query that produced this result.

query: TaskAgentSkuUsageTrendQuery

Property Value