QuotaUtilizationInfo
class QuotaUtilizationInfo
Information about a quota's utilization, including the quota code, service information, current usage, and applied limits.
Types
Properties
Link copied to clipboard
Indicates whether the quota value can be increased.
Link copied to clipboard
The applied value of the quota, which may be higher than the default value if a quota increase has been requested and approved.
Link copied to clipboard
The default value of the quota.
Link copied to clipboard
The service identifier.
Link copied to clipboard
The service name.
Link copied to clipboard
The utilization percentage of the quota, calculated as (current usage / applied value) × 100. Values range from 0.0 to 100.0 or higher if usage exceeds the quota limit.