QueryQuotaUsage is a datatype for the usage of query quotas.

Table: QueryQuotaUsage

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Oct 2, 2024
intervalQueryQuotaIntervalyes The interval for setting the query quota. See QueryQuotaInterval.
liveCostlongyes The permitted amount of live cost points, a combination of both memory and CPU consumption by the query.
queryCountintegeryes The number of queries.
staticCostlongyes The permitted amount of static cost points, a combination of both memory and CPU consumption by the query.