public sealed class DeidentifyDataSourceStats : IMessage<DeidentifyDataSourceStats>, IEquatable<DeidentifyDataSourceStats>, IDeepCloneable<DeidentifyDataSourceStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeidentifyDataSourceStats.
Summary of what was modified during a transformation.
[[["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 document provides reference documentation for the `DeidentifyDataSourceStats` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically for .NET."],["`DeidentifyDataSourceStats` summarizes modifications from a transformation process and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers constructors for creating new instances, either empty or as a copy of another `DeidentifyDataSourceStats` object."],["The class includes three key properties: `TransformationCount` (successful transformations), `TransformationErrorCount` (transformation errors), and `TransformedBytes` (total bytes transformed)."],["This documentation includes links to other versions of the API, as well as links to inheritance information, inherited members, and namespace information for the class."]]],[]]