bytesLimitPerFile property
Max number of bytes to scan from a file.
If a scanned file's size is bigger than this value then the rest of the
bytes are omitted. 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.String? bytesLimitPerFile;