MINIMUM_FILE_SIZE - UEM Manager configuration option

Description

The MINIMUM_FILE_SIZE option specifies the smallest allowable size for a file in order for it to be considered complete by UEM Server.

Note

This option is valid only for files being monitored via EVENT_TYPE (event type = FILE).

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Short Form

n/a

Command Line, Long Form

-min_file_size size[UEM:units]

(tick)

(tick)

(tick)

Environment Variable

n/a

Configuration File Keyword

n/a

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.

If MINIMUM_FILE_SIZE is not used, the specified (or default) value of the UEM Server MINIMUM_FILE_SIZE option is used.