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-04-09 UTC."],[[["The webpage provides documentation for the `DeidentifyDataSourceStats` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment."],["It lists various versions of the API, ranging from the latest version 4.16.0 down to version 2.15.0, with each link directing to the corresponding version's documentation of the class."],["The `DeidentifyDataSourceStats` class tracks data transformation details, such as the number of successful transformations (`TransformationCount`), errors encountered (`TransformationErrorCount`), and total bytes transformed (`TransformedBytes`)."],["The class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message manipulation, equality checking, deep cloning, and buffer message interaction."],["The documentation details the constructors and properties available in this class with data type details, as well as the inherited members from the object class, within the namespace `Google.Cloud.Dlp.V2`."]]],[]]