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 webpage provides documentation for the `DeidentifyDataSourceStats` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET, covering versions from 2.15.0 to 4.16.0, with 4.16.0 being the latest."],["The `DeidentifyDataSourceStats` class, which is used to summarize data transformations, inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties like `TransformationCount`, `TransformationErrorCount`, and `TransformedBytes`, which provide metrics on the success, failure, and size of data transformations, respectively."],["The provided documentation covers the constructors for creating instances of the `DeidentifyDataSourceStats` class, including a default constructor and one that takes another instance of the same class."],["The documented class is a part of the `Google.Cloud.Dlp.V2` namespace and is contained within the `Google.Cloud.Dlp.V2.dll` assembly."]]],[]]