public sealed class StoredInfoTypeStats : IMessage<StoredInfoTypeStats>, IEquatable<StoredInfoTypeStats>, IDeepCloneable<StoredInfoTypeStats>, IBufferMessage, IMessage
[[["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 `StoredInfoTypeStats` class provides statistics for a `StoredInfoType` within the Google Cloud DLP V2 library."],["This class is part of the `Google.Cloud.Dlp.V2` namespace and is implemented in the `Google.Cloud.Dlp.V2.dll` assembly, and is available in versions ranging from 2.15.0 up to the latest 4.16.0."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to behave as a message type with deep cloning and buffering capabilities."],["`StoredInfoTypeStats` includes properties such as `LargeCustomDictionary`, which pertains to a stored info type that uses a dictionary of phrases to define findings, and `TypeCase`, indicating the type of stored information being handled."],["The `StoredInfoTypeStats` class provides two constructors, one default constructor and another that allows it to be instantiated using another `StoredInfoTypeStats` object."]]],[]]