GetUsageAndQuotaResponse

@Serializable
data class GetUsageAndQuotaResponse(val usage: Double, val quota: Double, val overrideActive: Boolean, val usageBreakdown: List<UsageForType>)

Response type for the StorageDomain.getUsageAndQuota command.

Constructors

Link copied to clipboard
constructor(usage: Double, quota: Double, overrideActive: Boolean, usageBreakdown: List<UsageForType>)

Properties

Link copied to clipboard

Whether or not the origin has an active storage quota override

Link copied to clipboard

Storage quota (bytes).

Link copied to clipboard

Storage usage (bytes).

Link copied to clipboard

Storage usage per type (bytes).