SQLStorageSettings interface

Set disk storage settings for SQL Server.

Properties

defaultFilePath

SQL Server default file path

luns

Logical Unit Numbers for the disks.

useStoragePool

Use storage pool to build a drive if true or not provided

Property Details

defaultFilePath

SQL Server default file path

defaultFilePath?: string

Property Value

string

luns

Logical Unit Numbers for the disks.

luns?: number[]

Property Value

number[]

useStoragePool

Use storage pool to build a drive if true or not provided

useStoragePool?: boolean

Property Value

boolean