SQLTempDbSettingsResponse

data class SQLTempDbSettingsResponse(val dataFileCount: Int? = null, val dataFileSize: Int? = null, val dataGrowth: Int? = null, val defaultFilePath: String? = null, val logFileSize: Int? = null, val logGrowth: Int? = null, val luns: List<Int>? = null, val persistFolder: Boolean? = null, val persistFolderPath: String? = null, val useStoragePool: Boolean? = null)

Set tempDb storage settings for SQL Server.

Constructors

Link copied to clipboard
constructor(dataFileCount: Int? = null, dataFileSize: Int? = null, dataGrowth: Int? = null, defaultFilePath: String? = null, logFileSize: Int? = null, logGrowth: Int? = null, luns: List<Int>? = null, persistFolder: Boolean? = null, persistFolderPath: String? = null, useStoragePool: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataFileCount: Int? = null

SQL Server tempdb data file count

Link copied to clipboard
val dataFileSize: Int? = null

SQL Server tempdb data file size

Link copied to clipboard
val dataGrowth: Int? = null

SQL Server tempdb data file autoGrowth size

Link copied to clipboard
val defaultFilePath: String? = null

SQL Server default file path

Link copied to clipboard
val logFileSize: Int? = null

SQL Server tempdb log file size

Link copied to clipboard
val logGrowth: Int? = null

SQL Server tempdb log file autoGrowth size

Link copied to clipboard
val luns: List<Int>? = null

Logical Unit Numbers for the disks.

Link copied to clipboard
val persistFolder: Boolean? = null

SQL Server tempdb persist folder choice

Link copied to clipboard

SQL Server tempdb persist folder location

Link copied to clipboard
val useStoragePool: Boolean? = null

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