Excerpt |
---|
Defines Disk Partition runtime managed object. |
Parameter Name | Description | Data Type | Possible Values |
---|---|---|---|
rt_PartitionName | The name of the disk partition. | string | |
rt_PartitionType | Identifies the user-friendly physical device holding the partition. | Enum | Possible values:
|
rt_MaximumSize | Specifies the maximum amount of memory, in bytes available in this partition. | long | |
rt_MemoryUsed | Amount of memory in bytes, used by the existing files in the filesystem. | long | |
rt_MemoryAvailable | Amount of memory in bytes, available for use in the filesystem. | long | |
rt_CurrentUsage | Amount of memory used by this partition, expressed as percentage. | int |