CimTable.LowSpaceTriggerAmount (property)

Gets and sets the disk low level threshold below which the configured maintenance actions are executed.
Syntax: long = object.LowSpaceTriggerAmount
object.LowSpaceTriggerAmount = long
Description: CimTable.LowSpaceTriggerAmount is a long specifing the lowest level of disk space on drive CimTable.LowSpaceTriggerDrive that is allowed before performing a maintenance event (in MB).

Examples

myTable.LowSpaceTriggerAmount = 100
myTable.LowSpaceTriggerDrive = "D:"