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-04-09 UTC."],[[["This webpage details the `RecordTransformations` class within the `Google.Cloud.Dlp.V2` namespace, specifically for .NET, which handles transformations on structured data."],["The latest version of `RecordTransformations` available is 4.16.0, and the page provides links to documentation for multiple versions, ranging from 2.15.0 up to 4.16.0."],["`RecordTransformations` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class offers two constructors: a default constructor `RecordTransformations()` and an overloaded constructor `RecordTransformations(RecordTransformations other)` to create copies."],["The primary functionalities of `RecordTransformations` are managed through two properties, `FieldTransformations`, for applying transformations to specific fields, and `RecordSuppressions`, which is for defining rules to suppress entire records from the output."]]],[]]