interface InstallPartition {
    capacity: number;
    connectors: string[];
    fileSystem: PartitionFileSystem;
    mountPoint?: string;
    raidLevel: RaidArrayRaidLevel;
}

Properties

capacity: number

Capacity of the installation partition.

connectors: string[]

Connectors of the installation partition.

File system of the installation partition.

mountPoint?: string

Mount point of the installation partition.

RAID level of the installation partition.