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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eRecordTransformations\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.Dlp.V2\u003c/code\u003e namespace provides a way to transform structured data, such as a table, by applying various modifications.\u003c/p\u003e\n"],["\u003cp\u003eThis class offers two primary functionalities: \u003ccode\u003eFieldTransformations\u003c/code\u003e, which allows for transforming specific fields within the data, and \u003ccode\u003eRecordSuppressions\u003c/code\u003e, which defines rules for omitting entire records from the output based on certain criteria.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRecordTransformations\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e from the Protobuf library, indicating its role within a larger data processing framework.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRecordTransformations\u003c/code\u003e class has two constructors, one default and one that takes another \u003ccode\u003eRecordTransformations\u003c/code\u003e object to act as a source to base the created object on.\u003c/p\u003e\n"]]],[],null,[]]