struct Protocol::Storage::GetUsageAndQuota
- Protocol::Storage::GetUsageAndQuota
- Struct
- Value
- Object
Overview
Returns usage and quota in bytes.
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/storage.crConstructors
Instance Method Summary
-
#override_active : Bool
Whether or not the origin has an active storage quota override
-
#quota : Number::Primitive
Storage quota (bytes).
-
#usage : Number::Primitive
Storage usage (bytes).
-
#usage_breakdown : Array(UsageForType)
Storage usage per type (bytes).