Edit

TaskAgentSkuUsageTrendResult interface

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

Properties

lastBilledAt

Freshness marker on the result: jobs that finished after this moment are not yet reflected in Points.

points

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

query

The query that produced this result.

Property Details

lastBilledAt

Freshness marker on the result: jobs that finished after this moment are not yet reflected in Points.

lastBilledAt: Date

Property Value

Date

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