autoRecalc property

String? autoRecalc
getter/setter pair

The amount of time to wait before volatile functions are recalculated. Possible string values are:

  • "RECALCULATION_INTERVAL_UNSPECIFIED" : Default value. This value must not be used.
  • "ON_CHANGE" : Volatile functions are updated on every change.
  • "MINUTE" : Volatile functions are updated on every change and every minute.
  • "HOUR" : Volatile functions are updated on every change and hourly.

Implementation

core.String? autoRecalc;