public sealed class DiscoveryTableModifiedCadence : IMessage<DiscoveryTableModifiedCadence>, IEquatable<DiscoveryTableModifiedCadence>, IDeepCloneable<DiscoveryTableModifiedCadence>, IBufferMessage, IMessage
Reference 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This document provides reference information for the `DiscoveryTableModifiedCadence` class within the Google Cloud Data Loss Prevention v2 API, specifically version 4.14.0."],["The `DiscoveryTableModifiedCadence` class determines the frequency at which data profiles are updated when a table is modified, with a default setting of \"never\"."],["The class inherits from several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is implemented through the Google.Cloud.Dlp.V2 namespace."],["The `Frequency` property sets how often profiles are updated, and the `Types_` property specifies which events are considered table modifications."],["This class includes constructors for creating new instances and can include other `DiscoveryTableModifiedCadence` for copy purposes."]]],[]]