DomainStats

data class DomainStats(val meteringProfileCount: Double? = null, val objectCount: Double? = null, val profileCount: Double? = null, val totalSize: Double? = null)

Usage-specific statistics about the domain.

Constructors

Link copied to clipboard
constructor(meteringProfileCount: Double? = null, objectCount: Double? = null, profileCount: Double? = null, totalSize: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of profiles that you are currently paying for in the domain. If you have more than 100 objects associated with a single profile, that profile counts as two profiles. If you have more than 200 objects, that profile counts as three, and so on.

Link copied to clipboard
val objectCount: Double? = null

The total number of objects in domain.

Link copied to clipboard
val profileCount: Double? = null

The total number of profiles currently in the domain.

Link copied to clipboard
val totalSize: Double? = null

The total size, in bytes, of all objects in the domain.