maximumBillingTier property

int? maximumBillingTier
getter/setter pair

Maximum billing tier allowed for this query.

The billing tier controls the amount of compute resources allotted to the query, and multiplies the on-demand cost of the query accordingly. A query that runs within its allotted resources will succeed and indicate its billing tier in statistics.query.billingTier, but if the query exceeds its allotted resources, it will fail with billingTierLimitExceeded. WARNING: The billed byte amount can be multiplied by an amount up to this number! Most users should not need to alter this setting, and we recommend that you avoid introducing new uses of it.

Optional. Deprecated.

Implementation

core.int? maximumBillingTier;