Share via


DefinedFileSystemConfiguration interface

Predefined configurations for the file system

Properties

isBackupPartition

Checks if the data can be backed up

isResizable

Checks if the mount path is resizable

minSizeGb

Minimum size of mount path in Gb

mountPoint

Mount path for the file system

Property Details

isBackupPartition

Checks if the data can be backed up

isBackupPartition?: boolean

Property Value

boolean

isResizable

Checks if the mount path is resizable

isResizable?: boolean

Property Value

boolean

minSizeGb

Minimum size of mount path in Gb

minSizeGb?: number

Property Value

number

mountPoint

Mount path for the file system

mountPoint?: string

Property Value

string