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 page details the `InfoTypeLimit` class, which is used to configure maximum finding limits per info type in the Google Cloud Data Loss Prevention (DLP) API."],["The `InfoTypeLimit` class allows setting a `MaxFindings` property, which specifies the maximum number of findings for a given info type within content or a long-running DLP job."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffering."],["The most recent version of the documentation is for version 4.16.0, and the documentation spans back to version 2.15.0, including all the versions in between those two, which are listed with their own links."],["The class `InfoTypeLimit` is in the namespace `Google.Cloud.Dlp.V2` and is part of the `Google.Cloud.Dlp.V2.dll` assembly."]]],[]]