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: QueryQuotaUserSettings, which is used by the queryQuotaUserSettings() query; and QueryQuotaDefaultSettings, which is used by the addOrUpdateQueryQuotaDefaultSettings() mutation field. The third main datatype, the QueryQuotaIntervalSettingInput, is used by two others: QueryQuotaDefaultSettingsInput, which is also used by the addOrUpdateQueryQuotaDefaultSettings() mutation; and QueryQuotaUserSettingsInput, which is used by the addOrUpdateQueryQuotaUserSettings() mutation.

Table: QueryQuotaMeasurementKind

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: 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.