PartitionSize
Partition size enum.
| Characteristic | Value |
|---|---|
| Type | enum |
Variants
Grow
Grow a partition to use all available space.
| Characteristic | Value |
|---|---|
| Type | string |
| Value | grow |
Fixed
Fixed size in bytes. Must be a non-zero multiple of 4096 bytes.
Details:
A byte count with an optional suffix (K, M, G, T, to the base of 1024).
| Characteristic | Value |
|---|---|
| Type | string/number |
| Format | \d+\s*[KMGT]? |
| Examples | 011021045761K1M5G4T |