maxFileSize property
final
The maximum size of a file attachment in bytes.
If 0, it will be unlimited. Defaults to unlimited size.
Does not apply to images if it's value in more than 250Kb, images will always be compressed with 250Kb as max size.
Implementation
final int maxFileSize;