public sealed class RecordCondition : IMessage<RecordCondition>, IEquatable<RecordCondition>, IDeepCloneable<RecordCondition>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class RecordCondition.
A condition for determining whether a transformation should be applied to
a field.
[[["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."],[[["The page provides documentation for the `RecordCondition` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET framework."],["The latest version of the `RecordCondition` documentation is 4.16.0, with a range of previous versions also available, down to version 2.15.0."],["`RecordCondition` is a class that allows you to determine if a transformation should be applied to a particular field, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RecordCondition` class has two constructors, one default and another that takes a `RecordCondition` as a parameter for object initialization."],["The class includes a property called `Expressions` which is of type `RecordCondition.Types.Expressions` and controls the conditions of the transformation."]]],[]]