public sealed class DiscoveryGenerationCadence : IMessage<DiscoveryGenerationCadence>, IEquatable<DiscoveryGenerationCadence>, IDeepCloneable<DiscoveryGenerationCadence>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DiscoveryGenerationCadence.
What must take place for a profile to be updated and how frequently it should occur. New tables are scanned as quickly as possible depending on system capacity.
Implements
IMessageDiscoveryGenerationCadence, IEquatableDiscoveryGenerationCadence, IDeepCloneableDiscoveryGenerationCadence, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DiscoveryGenerationCadence()
public DiscoveryGenerationCadence()
DiscoveryGenerationCadence(DiscoveryGenerationCadence)
public DiscoveryGenerationCadence(DiscoveryGenerationCadence other)
Parameter | |
---|---|
Name | Description |
other |
DiscoveryGenerationCadence |
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; }
Frequency at which profiles should be updated, regardless of whether the underlying resource has changed. Defaults to never.
Property Value | |
---|---|
Type | Description |
DataProfileUpdateFrequency |
SchemaModifiedCadence
public DiscoverySchemaModifiedCadence SchemaModifiedCadence { get; set; }
Governs when to update data profiles when a schema is modified.
Property Value | |
---|---|
Type | Description |
DiscoverySchemaModifiedCadence |
TableModifiedCadence
public DiscoveryTableModifiedCadence TableModifiedCadence { get; set; }
Governs when to update data profiles when a table is modified.
Property Value | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence |