public sealed class RecordSuppression : IMessage<RecordSuppression>, IEquatable<RecordSuppression>, IDeepCloneable<RecordSuppression>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class RecordSuppression.
Configuration to suppress records whose suppression conditions evaluate to
true.
[[["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 webpage provides documentation for the `RecordSuppression` class within the Google Cloud Data Loss Prevention v2 API, specifically within the .NET environment."],["The `RecordSuppression` class is designed to suppress records from transformed content if specified conditions are met, offering configurations for conditional data exclusion."],["The documentation details that the `RecordSuppression` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting from `object`."],["The current version documented is 4.12.0, with links available for versions ranging from 4.16.0 (latest) down to 2.15.0, indicating the historical availability of this specific class in previous versions."],["The class has a `Condition` property of type `RecordCondition`, to configure when to suppress a record."]]],[]]