Called if a partition holding platform data (such as DVR recordings) becomes full. The callback will occur periodically as long as the partition is full and operations such as DVR recordings will not be possible until the requested number of bytes are freed. Once this has happen, the callback will occur a final time with spaceRequired set to 0 to indicate that enough free space is now available.
| info | The storage information for the device. |
| partitionInfo | The partition information for the mounted/unmounted partition. |
| spaceRequired | Number of bytes that must be freed for the disk to become non-full. |
import "ToiStorageDevicePartitionFullEvent.idl";
Public Attributes | |
|
readonly attribute ToiStorageDeviceStorageInfo | info |
|
readonly attribute ToiStorageDevicePartitionInfo | partitionInfo |
| readonly attribute long long | spaceRequired |