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."],[[["This webpage provides reference documentation for the `RecordCondition` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment."],["The latest version of `RecordCondition` is 4.16.0, but the page also details version 4.8.0, along with a history of other versions ranging from 2.15.0 to 4.15.0."],["The `RecordCondition` class is used to define conditions for applying transformations to a field and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RecordCondition` class has two constructors available: one default and another that takes another `RecordCondition` object as parameter, as well as one property named `Expressions`."],["The `Expressions` property allows you to define an expression that will control when to apply the given transformation, its type is `RecordCondition.Types.Expressions`."]]],[]]