BackupInfoResponse

data class BackupInfoResponse(val backup: String, val createTime: String, val sourceDatabase: String, val versionTime: String)

Information about a backup.

Constructors

Link copied to clipboard
fun BackupInfoResponse(backup: String, createTime: String, sourceDatabase: String, versionTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the backup.

Link copied to clipboard

The time the CreateBackup request was received.

Link copied to clipboard

Name of the database the backup was created from.

Link copied to clipboard

The backup contains an externally consistent copy of source_database at the timestamp specified by version_time. If the CreateBackup request did not specify version_time, the version_time of the backup is equivalent to the create_time.