bytesLimitPerFilePercent property

int? bytesLimitPerFilePercent
getter/setter pair

Max percentage of bytes to scan from a file.

The rest are omitted. The number of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. This field can't be set if de-identification is requested. For certain file types, setting this field has no effect. For more information, see Limits on bytes scanned per file.

Implementation

core.int? bytesLimitPerFilePercent;