QueryQuotaMeasurementKind is an enumerated list to the kinds of query quota measurements.

This enumerated datatype is used by three main datatypes. First, there's the datatype, QueryQuotaExceeded, which is used by the exceededQueryQuotas() query. Second is the datatype, QueryQuotaIntervalSetting, which is used by the queryQuotaDefaultSettings() query field. It's also used by two other datatypes which lead to the queryQuotaUserSettings() query and the addOrUpdateQueryQuotaDefaultSettings() mutation field. The third main datatype, the QueryQuotaIntervalSettingInput, leads to the addOrUpdateQueryQuotaUserSettings() mutation.

Table: QueryQuotaMeasurementKind

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: May 9, 2025
LiveCost   Short-TermThe query quota is measured by live cost.
QueryCount   Short-TermThe query quota is measured by query count.
StaticCost   Short-TermThe query quota is measured by static cost.