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."],["It is the latest reference in version 4.16.0, but there are previous versions of record transformation tools ranging from 4.15.0 to 2.15.0 available in this document."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RecordTransformations` offers two main properties: `FieldTransformations` for applying field-level changes, and `RecordSuppressions` to omit certain records from the output."],["There are two constructors available for creating `RecordTransformations` objects: a default constructor and one that takes another `RecordTransformations` instance as a parameter."]]],[]]