MINIMUM_FILE_SIZE - UEM Server configuration option

Description

The MINIMUM_FILE_SIZE option specifies the smallest size that a file - tracked for an event with an event type of FILE - can be in order to be considered complete.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Configuration File Keyword

min_file_size size[units]

(tick)

(tick)

UEM Load Override

-min_file_size size[units]

(tick)

(tick)

UEM Manager Override

-min_file_size size[units]

(tick)

(tick)

Value

size is the file size. units is the unit of storage for that size.

The valid values for units, and the maximum value that can be specified for size for that unit of storage, is:

  • b: bytes (4,294,967,295)
  • k: kilobytes (4,194,304)
  • m: megabytes (4,096)
  • g: gigabytes (4)

If a value for units is not specified, the file size is assumed to be in bytes.

Default is 0 (zero).