OBJECT

MalwareScanFileSizeLimits

Description

Supported in v6.0+

link GraphQL Schema definition

  • type MalwareScanFileSizeLimits {
  • # Supported in v6.0+
  • # Maximum size of files to scan. Files that are bigger than this size are ignored.
  • maximumSizeInBytes: Long
  • # Supported in v6.0+
  • # Minimum size of files to scan. Files smaller than this size are ignored.
  • minimumSizeInBytes: Long
  • }