QueryQuotaUsage is a datatype for the usage of query quotas. It's used by the queryQuotaUsage() query field.

Table: QueryQuotaUsage

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Aug 20, 2025
intervalQueryQuotaIntervalyes Short-TermThe query quota interval. See QueryQuotaInterval.
liveCostlongyes Short-TermThe permitted amount of live cost points, a combination of both memory and CPU consumption by the query.
queryCountintegeryes Short-TermThe number of queries.
staticCostlongyes Short-TermThe permitted amount of static cost points, a combination of both memory and CPU consumption by the query.