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 v2 API, focusing on its functionality and usage in .NET environments."],["The `DeidentifyDataSourceStats` class summarizes the results of a data transformation, including the number of successful transformations, errors encountered, and the total size in bytes that were transformed."],["The page details various versions of the API, ranging from version 2.15.0 up to the latest 4.16.0, with the current documentation focusing on version 4.10.0."],["The class inherits from the `object` class and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, outlining its capabilities within the .NET framework."],["Key properties of the class include `TransformationCount`, `TransformationErrorCount`, and `TransformedBytes`, which are all of type `long` and provide statistical data about the de-identification process."]]],[]]