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."],["The `DeidentifyDataSourceStats` class offers a summary of modifications made during a data transformation, including the number of successful transformations, errors encountered, and total transformed bytes."],["The latest version available for `DeidentifyDataSourceStats` is 4.16.0, but there is a list of different versions, ranging from 2.15.0 up to 4.16.0, that can be accessed."],["This class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the standard `object` class, which can be seen in the inheritance section."],["The class contains properties such as `TransformationCount`, `TransformationErrorCount`, and `TransformedBytes`, all of which are of type `long` and can be used to keep track of the success and errors of a transformation."]]],[]]