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

Table: QueryQuotaUsage

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in 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.