public sealed class FindingLimits : IMessage<InspectConfig.Types.FindingLimits>, IEquatable<InspectConfig.Types.FindingLimits>, IDeepCloneable<InspectConfig.Types.FindingLimits>, IBufferMessage, IMessage
Configuration to control the number of findings returned.
Max number of findings that will be returned for each item scanned.
When set within InspectJobConfig,
the maximum returned is 2000 regardless if this is set higher.
When set within InspectContentRequest, this field is ignored.
Max number of findings that will be returned per request/job.
When set within InspectContentRequest, the maximum returned is 2000
regardless if this is set higher.
[[["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-21 UTC."],[[["This webpage details the `FindingLimits` class within the `Google.Cloud.Dlp.V2` namespace, specifically for version 3.2.0, and provides links to documentation for various versions ranging from 2.15.0 to 4.16.0."],["The `FindingLimits` class is used to configure the number of findings returned during data loss prevention (DLP) inspections, and it inherits from the base `Object` class while implementing multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties within the `FindingLimits` class include `MaxFindingsPerInfoType`, which manages the limits for specified info types, `MaxFindingsPerItem`, which limits findings per scanned item, and `MaxFindingsPerRequest`, which limits the total findings per request or job."],["There are two constructors for `FindingLimits`, one that is parameterless and another that takes in a parameter of type `InspectConfig.Types.FindingLimits`, and the class itself is contained in the Google.Cloud.Dlp.V2.dll assembly."],["The latest version available is 4.16.0, and there are multiple links available to older versions of the documentation for this class, all the way down to version 2.15.0."]]],[]]