Store related partitions to a physical disk on the device
Data model

Fields
| Field |
Type |
Description |
| cipher_id* |
INT |
Encryption type identifier, reference to AAM_PARTITION_CIPHER.id table |
| device_diskid* |
INT |
Physical disk identifier related to the device, reference to the AAM_DEVICE_DISK.id table |
| file_system_id* |
INT |
File system identifier, reference to the AAM_PARTITION_FILE_SYSTEM.id table |
| free_space* |
BIGINT |
Available partition space stored in bytes |
| modification_date* |
DATETIME |
Log Edit Date |
| name* |
NVARCHAR (510) |
Partition Name |
| order |
BIGINT |
Order of partition |
| size* |
BIGINT |
Total partition space stored in bytes |
| type_id* |
INT |
Partition type identifier, reference to AAM_PARTITION_TYPE.id table |
| unique_id* |
NVARCHAR (510) |
Unique partition identifier |
Primary Key
| PK_AAM_PARTITION_DISK |
| device_diskid, unique_id |
References