public sealed class DeidentifyConfig : IMessage<DeidentifyConfig>, IEquatable<DeidentifyConfig>, IDeepCloneable<DeidentifyConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeidentifyConfig.
The configuration that controls how the data will change.
public RecordTransformations RecordTransformations { get; set; }
Treat the dataset as structured. Transformations can be applied to
specific locations within structured datasets, such as transforming
a column within 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\u003eThis webpage provides reference documentation for the \u003ccode\u003eDeidentifyConfig\u003c/code\u003e class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET, with version 4.8.0 being the focal point, although other versions are available.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeidentifyConfig\u003c/code\u003e class is used to define how data should be transformed, offering different methods based on the nature of the data such as treating data as an image, free-form text, or structured records, and it inherits from the .NET object class while implementing several interfaces.\u003c/p\u003e\n"],["\u003cp\u003eKey functionalities of \u003ccode\u003eDeidentifyConfig\u003c/code\u003e include specifying image transformations, info type transformations, and record transformations, allowing for various data redaction and transformation strategies, with properties like \u003ccode\u003eImageTransformations\u003c/code\u003e, \u003ccode\u003eInfoTypeTransformations\u003c/code\u003e, and \u003ccode\u003eRecordTransformations\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe page details the constructors for \u003ccode\u003eDeidentifyConfig\u003c/code\u003e, a default one, and one that takes another instance of the same class, as well as listing inherited members from the object class, like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTransformationErrorHandling\u003c/code\u003e property allows you to determine how to handle transformation errors, with the default being to throw errors, and the \u003ccode\u003eTransformationCase\u003c/code\u003e property defines which transformation case is being utilized.\u003c/p\u003e\n"]]],[],null,[]]