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."],[[["The `DeidentifyDataSourceStats` class in the Google Cloud Data Loss Prevention v2 API provides a summary of modifications made during a data transformation process."],["This class tracks the number of successful transformations via the `TransformationCount` property."],["It also documents any errors that occurred during transformations, tracked by the `TransformationErrorCount` property."],["The class reports on the size in bytes of the data that was transformed using the `TransformedBytes` property."],["The latest version of the `DeidentifyDataSourceStats` documentation is available at version 4.16.0, with versions spanning from 4.16.0 down to 2.15.0."]]],[]]