public sealed class DiscoveryTableModifiedCadence : IMessage<DiscoveryTableModifiedCadence>, IEquatable<DiscoveryTableModifiedCadence>, IDeepCloneable<DiscoveryTableModifiedCadence>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DiscoveryTableModifiedCadence.
The cadence at which to update data profiles when a table is modified.
Implements
IMessageDiscoveryTableModifiedCadence, IEquatableDiscoveryTableModifiedCadence, IDeepCloneableDiscoveryTableModifiedCadence, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DiscoveryTableModifiedCadence()
public DiscoveryTableModifiedCadence()DiscoveryTableModifiedCadence(DiscoveryTableModifiedCadence)
public DiscoveryTableModifiedCadence(DiscoveryTableModifiedCadence other)| Parameter | |
|---|---|
| Name | Description |
other |
DiscoveryTableModifiedCadence |
Properties
Frequency
public DataProfileUpdateFrequency Frequency { get; set; }How frequently data profiles can be updated when tables are modified. Defaults to never.
| Property Value | |
|---|---|
| Type | Description |
DataProfileUpdateFrequency |
|
Types_
public RepeatedField<BigQueryTableModification> Types_ { get; }The type of events to consider when deciding if the table has been modified and should have the profile updated. Defaults to MODIFIED_TIMESTAMP.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBigQueryTableModification |
|