Backup Info Response
data class BackupInfoResponse(val backup: String, val createTime: String, val sourceDatabase: String, val versionTime: String)
Information about a backup.
Properties
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
.