SpaceObServer.Application.Properties.SizeUnit

<< Zum Inhaltsverzeichnis >>

Navigation:  OLE Automation > Application > Properties >

SpaceObServer.Application.Properties.SizeUnit

Description

The size unit used for size values ("Byte", "KB", "MB", "GB", "TB" or "Mixed").

 
Syntax

property SizeUnit: <String>;

 
Example

$SOS.SizeUnit = "MB" #PowerShell

SOS.SizeUnit = "MB" 'VBS

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, TB or GB) is generated automatically for each folder.
The size unit last used in the SpaceObServer user interface is the default value.