DatabaseBackupInfoResponse

data class DatabaseBackupInfoResponse(val backupFiles: List<String>, val backupFinishDate: String, val backupType: String, val databaseName: String, val familyCount: Int, val isCompressed: Boolean, val isDamaged: Boolean, val position: Int)

Information about backup files when existing backup mode is used.

Constructors

Link copied to clipboard
constructor(backupFiles: List<String>, backupFinishDate: String, backupType: String, databaseName: String, familyCount: Int, isCompressed: Boolean, isDamaged: Boolean, position: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of backup files for the current database.

Link copied to clipboard

Date and time when the backup operation finished.

Link copied to clipboard

Backup Type.

Link copied to clipboard

Database name.

Link copied to clipboard

Number of files in the backup set.

Link copied to clipboard

Whether the backup set is compressed

Link copied to clipboard

Database was damaged when backed up, but the backup operation was requested to continue despite errors.

Link copied to clipboard

Position of current database backup in the file.