refreshFrequency property
If you set this field, profiles are refreshed at this frequency regardless of whether the underlying datasets have changed.
Defaults to never. 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;