The rate at which the disk is scanned (in seconds) when using a disk full maintenance action. | |
Syntax: | short =
object.DiskFullScanRate object.DiskFullScanRate = short |
Description: | CimDatabase.DiskFullScanRate is a long
representing the rate at which the disk drive as specified by
CimTable.LowSpaceTriggerDrive
is monitored. This property is recorded in minutes. Examples myTable.LowSpaceTriggerDrive = "D:" myTable.LowSpaceTriggerAmount = 400 myDatabase.DiskFullScanRate = 30 |