SQLTemp Db Settings Response
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)
Properties
Link copied to clipboard
SQL Server tempdb data file count
Link copied to clipboard
SQL Server tempdb data file size
Link copied to clipboard
SQL Server tempdb data file autoGrowth size
Link copied to clipboard
SQL Server default file path
Link copied to clipboard
SQL Server tempdb log file size
Link copied to clipboard
SQL Server tempdb persist folder choice
Link copied to clipboard
SQL Server tempdb persist folder location