Database Backup Info Response
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
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