public sealed class InfoTypeLimit : IMessage<InspectConfig.Types.FindingLimits.Types.InfoTypeLimit>, IEquatable<InspectConfig.Types.FindingLimits.Types.InfoTypeLimit>, IDeepCloneable<InspectConfig.Types.FindingLimits.Types.InfoTypeLimit>, IBufferMessage, IMessage
Max findings configuration per infoType, per content item or long
running DlpJob.
Type of information the findings limit applies to. Only one limit per
info_type should be provided. If InfoTypeLimit does not have an
info_type, the DLP API applies the limit against all info_types that
are found but not specified in another InfoTypeLimit.
[[["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 details the `InfoTypeLimit` class within the Google Cloud Data Loss Prevention (DLP) library, specifically under the `Google.Cloud.Dlp.V2` namespace."],["The `InfoTypeLimit` class is used to configure the maximum number of findings for a specific information type within content items or during a long-running DLP job."],["The class has properties including `InfoType`, which specifies the type of information the limit applies to, and `MaxFindings`, which sets the actual limit for that information type."],["The page lists various versions of the library, from 2.15.0 to the latest 4.16.0, allowing developers to view the documentation related to specific versions."],["The class `InfoTypeLimit` inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]