BackupFileInfoResponse

data class BackupFileInfoResponse(val familySequenceNumber: Int? = null, val fileLocation: String? = null, val status: String? = null)

Information of the backup file

Constructors

Link copied to clipboard
constructor(familySequenceNumber: Int? = null, fileLocation: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sequence number of the backup file in the backup set

Link copied to clipboard
val fileLocation: String? = null

Location of the backup file in shared folder

Link copied to clipboard
val status: String? = null

Status of the backup file during migration