refreshFrequency property

String? refreshFrequency
getter/setter pair

Data changes in Cloud Storage can't trigger reprofiling.

If you set this field, profiles are refreshed at this frequency regardless of whether the underlying buckets have changed. Defaults to never.

Optional. Possible string values are:

  • "UPDATE_FREQUENCY_UNSPECIFIED" : Unspecified.
  • "UPDATE_FREQUENCY_NEVER" : After the data profile is created, it will never be updated.
  • "UPDATE_FREQUENCY_DAILY" : The data profile can be updated up to once every 24 hours.
  • "UPDATE_FREQUENCY_MONTHLY" : The data profile can be updated up to once every 30 days. Default.

Implementation

core.String? refreshFrequency;