AttachmentRules
AttachmentRules |
Purpose
A class containing information about the rules used by Insight when verifying attachments.
Arguments
max_size: int
|
The maximum size, in bytes, that an attachment may have.
|
max_attach_count: int
|
The maximum number of attachments that can be attached to a single scenario.
|
max_filename_len: int
|
The maximum permitted length, in characters, of an attachment filename.
|
invalid_filename_chars: List[str]
|
A list of characters that are not permitted in attachment filenames. Must be a list of single-character string values.
|
max_description_len: int
|
The maximum permitted length, in characters, of an attachment description.
|
Further information
This object is used only in test mode.
Related topics