DiscoveryCloudSqlGenerationCadence(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
How often existing tables should have their profiles refreshed. New tables are scanned as quickly as possible depending on system capacity.
Attributes |
|
---|---|
Name | Description |
schema_modified_cadence |
google.cloud.dlp_v2.types.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence
When to reprofile if the schema has changed. |
refresh_frequency |
google.cloud.dlp_v2.types.DataProfileUpdateFrequency
Data changes (non-schema changes) in Cloud SQL tables can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying tables have changed. Defaults to never. |
Classes
SchemaModifiedCadence
SchemaModifiedCadence(mapping=None, *, ignore_unknown_fields=False, **kwargs)
How frequently to modify the profile when the table's schema is modified.