filesLimitPercent property

int? filesLimitPercent
getter/setter pair

Limits the number of files to scan to this percentage of the input FileSet.

Number of files scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0.

Implementation

core.int? filesLimitPercent;