View source: R/timestreamquery_operations.R
timestreamquery_update_account_settings | R Documentation |
Transitions your account to use TCUs for query pricing and modifies the maximum query compute units that you've configured. If you reduce the value of MaxQueryTCU
to a desired configuration, the new value can take up to 24 hours to be effective.
See https://www.paws-r-sdk.com/docs/timestreamquery_update_account_settings/ for full documentation.
timestreamquery_update_account_settings(
MaxQueryTCU = NULL,
QueryPricingModel = NULL
)
MaxQueryTCU |
The maximum number of compute units the service will use at any point in time to serve your queries. To run queries, you must set a minimum capacity of 4 TCU. You can set the maximum number of TCU in multiples of 4, for example, 4, 8, 16, 32, and so on. The maximum value supported for |
QueryPricingModel |
The pricing model for queries in an account. The |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.