Describes the units for a byte-based size value, such as for disk free space or file size. The unit specifier is an optional
parameter for the
SYS_GetFreeDiskSpace function and
SYS_GetDirContents functions.
4Test defines this enumerated data type as follows:
[-] type DATASETSIZES is enum
[ ] DS_BYTES
[ ] DS_KILOBYTES
[ ] DS_MEGABYTES
[ ] DS_GIGABYTES
[ ] DS_TERABYTES
corresponding to bytes, kilobytes, megabytes, gigabytes, and terabytes.