public sealed class RecordTransformations : IMessage<RecordTransformations>, IEquatable<RecordTransformations>, IDeepCloneable<RecordTransformations>, IBufferMessage, IMessage
A type of transformation that is applied over structured data such as a
table.
[[["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."],[[["The `RecordTransformations` class in the `Google.Cloud.Dlp.V2` namespace provides a way to transform structured data, such as a table, by applying various modifications."],["This class offers two primary functionalities: `FieldTransformations`, which allows for transforming specific fields within the data, and `RecordSuppressions`, which defines rules for omitting entire records from the output based on certain criteria."],["The `RecordTransformations` class is available in multiple versions, ranging from version 2.15.0 to the latest, version 4.16.0, showing its evolution and updates over time."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` from the Protobuf library, indicating its role within a larger data processing framework."],["The `RecordTransformations` class has two constructors, one default and one that takes another `RecordTransformations` object to act as a source to base the created object on."]]],[]]