UsageItem

data class UsageItem(val category: UsageCategory, val bytes: Long, val modelIds: List<String> = emptyList())(source)

One visible usage category row and donut segment.

Author

Dmitriy Moroz

Parameters

category

Semantic bucket represented by the row and donut segment.

bytes

Byte count currently attributed to this category.

modelIds

Local model identifiers represented by this row. Only model storage rows use it.

Constructors

Link copied to clipboard
constructor(category: UsageCategory, bytes: Long, modelIds: List<String> = emptyList())

Properties

Link copied to clipboard
val bytes: Long
Link copied to clipboard
Link copied to clipboard

Whether this category should be selectable and drawn as an active chart segment.

Link copied to clipboard

Local model identifiers represented by this row. Only model storage rows use it.

Functions

Link copied to clipboard