GranularityType

sealed class GranularityType

The time granularity for aggregating the cost efficiency metrics.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Metrics are aggregated daily, with each data point representing a single day's worth of efficiency data. Timestamps are formatted as YYYY-MM-DD.

Link copied to clipboard

Metrics are aggregated monthly, with each data point representing a full month's worth of efficiency data. Timestamps are formatted as YYYY-MM.

Link copied to clipboard
data class SdkUnknown(val value: String) : GranularityType

Properties

Link copied to clipboard
abstract val value: String