EN
Español
English
Português
    AAM_PARTITION_DISK

    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

    Column Referenced Table Referenced column Name
    cipher_id* dbo.AAM_PARTITION_CIPHER id FK04_AAM_PARTITION_DISK
    device_diskid* dbo.AAM_DEVICE_DISK id FK01_AAM_PARTITION_DISK
    file_system_id* dbo.AAM_PARTITION_FILE_SYSTEM id FK02_AAM_PARTITION_DISK
    type_id* dbo.AAM_PARTITION_TYPE id FK03_AAM_PARTITION_DISK