Description
The size unit used for size values ("Byte", "KB", "MB", "GB" or "Mixed").
Syntax
property SizeUnit: <String>;
Example
SOS.SizeUnit = "MB"
Sets the size unit used for all exported size values to Mega Byte.
Remarks
If "Byte" is used here, "Decimals" are automatically 0. If "Mixed" is used here, an appropriate size unit (KB, MB or GB) is generated automatically for each folder.
The size unit last used in the SpaceObServer user interface is the default value.