maxFindingsPerItem property

int? maxFindingsPerItem
getter/setter pair

Max number of findings that are returned for each item scanned.

When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.

Implementation

core.int? maxFindingsPerItem;