public sealed class DiscoveryCloudSqlGenerationCadence : IMessage<DiscoveryCloudSqlGenerationCadence>, IEquatable<DiscoveryCloudSqlGenerationCadence>, IDeepCloneable<DiscoveryCloudSqlGenerationCadence>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DiscoveryCloudSqlGenerationCadence.
How often existing tables should have their profiles refreshed. New tables are scanned as quickly as possible depending on system capacity.
Implements
IMessageDiscoveryCloudSqlGenerationCadence, IEquatableDiscoveryCloudSqlGenerationCadence, IDeepCloneableDiscoveryCloudSqlGenerationCadence, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DiscoveryCloudSqlGenerationCadence()
public DiscoveryCloudSqlGenerationCadence()
DiscoveryCloudSqlGenerationCadence(DiscoveryCloudSqlGenerationCadence)
public DiscoveryCloudSqlGenerationCadence(DiscoveryCloudSqlGenerationCadence other)
Parameter | |
---|---|
Name | Description |
other |
DiscoveryCloudSqlGenerationCadence |
Properties
InspectTemplateModifiedCadence
public DiscoveryInspectTemplateModifiedCadence InspectTemplateModifiedCadence { get; set; }
Governs when to update data profiles when the inspection rules
defined by the InspectTemplate
change.
If not set, changing the template will not cause a data profile to update.
Property Value | |
---|---|
Type | Description |
DiscoveryInspectTemplateModifiedCadence |
RefreshFrequency
public DataProfileUpdateFrequency RefreshFrequency { get; set; }
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.
Property Value | |
---|---|
Type | Description |
DataProfileUpdateFrequency |
SchemaModifiedCadence
public DiscoveryCloudSqlGenerationCadence.Types.SchemaModifiedCadence SchemaModifiedCadence { get; set; }
When to reprofile if the schema has changed.
Property Value | |
---|---|
Type | Description |
DiscoveryCloudSqlGenerationCadenceTypesSchemaModifiedCadence |