public sealed class RecordCondition : IMessage<RecordCondition>, IEquatable<RecordCondition>, IDeepCloneable<RecordCondition>, IBufferMessage, IMessage
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."],[[["This webpage provides documentation for the `RecordCondition` class within the `Google.Cloud.Dlp.V2` namespace, specifically detailing its use in the .NET environment."],["The `RecordCondition` class serves as a mechanism to specify conditions that determine if a transformation should be applied to a particular field, as described by its intended purpose."],["The content outlines various versions of `RecordCondition`, ranging from version 2.15.0 to 4.16.0, with 4.16.0 being the latest release, and also offers access to the current state of version 3.5.0."],["`RecordCondition` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the `Object` class."],["The `RecordCondition` class has two constructors and a property named `Expressions` that holds an expression, which is used to check if a record should be transformed."]]],[]]