TaskAgentSkuUsageRow interface
A single ranked usage entry for one dimension value within one SKU.
Properties
| dimension |
The value of the grouped dimension for this row (e.g. a project GUID string, a definition ID string). |
| rank | Rank within its SKU (1 = highest usage). |
| usage | The usage data: MeterId, SkuName, unit, and total value. |
Property Details
dimensionValue
The value of the grouped dimension for this row (e.g. a project GUID string, a definition ID string).
dimensionValue: string
Property Value
string
rank
Rank within its SKU (1 = highest usage).
rank: number
Property Value
number
usage
The usage data: MeterId, SkuName, unit, and total value.
usage: TaskAgentSkuUsage