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."],[[["This webpage details the `RecordTransformations` class within the `Google.Cloud.Dlp.V2` namespace, specifically for .NET development."],["The `RecordTransformations` class is designed for applying transformations to structured data, such as tables, and has inherited members from the Object class."],["This page lists the available versions of the `RecordTransformations` class from 2.15.0 up to the latest release of 4.16.0, including the current version being 3.5.0."],["The `RecordTransformations` class implements several interfaces, such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `RecordTransformations` class has properties for `FieldTransformations` and `RecordSuppressions`, allowing for field-level transformations and the complete suppression of entire records, respectively."]]],[]]