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-04-09 UTC."],[[["This webpage provides reference documentation for the `RecordSuppression` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment."],["The `RecordSuppression` class is used to configure the suppression of records based on specified conditions, preventing them from being included in the transformed content."],["The page lists various versions of the API, with version 4.16.0 being the latest, and also documents version 4.4.0 specifically, which is the version of focus for the class, alongside providing older versions for reference."],["The `RecordSuppression` class inherits from the `Object` class and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["A key property within the `RecordSuppression` class is `Condition`, which takes a `RecordCondition` object to determine if a record should be suppressed, allowing for a conditional suppression of data."]]],[]]