DatabaseFileInfoResponse

data class DatabaseFileInfoResponse(val databaseName: String? = null, val fileType: String? = null, val id: String? = null, val logicalName: String? = null, val physicalFullName: String? = null, val restoreFullName: String? = null, val sizeMB: Double? = null)

Database file specific information

Constructors

Link copied to clipboard
constructor(databaseName: String? = null, fileType: String? = null, id: String? = null, logicalName: String? = null, physicalFullName: String? = null, restoreFullName: String? = null, sizeMB: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val databaseName: String? = null

Name of the database

Link copied to clipboard
val fileType: String? = null

Database file type

Link copied to clipboard
val id: String? = null

Unique identifier for database file

Link copied to clipboard
val logicalName: String? = null

Logical name of the file

Link copied to clipboard

Operating-system full path of the file

Link copied to clipboard
val restoreFullName: String? = null

Suggested full path of the file for restoring

Link copied to clipboard
val sizeMB: Double? = null

Size of the file in megabytes