GoogleApi.Spanner.V1.Model.BackupInfo (google_api_spanner v0.48.0)
View SourceInformation about a backup.
Attributes
-
backup
(type:String.t
, default:nil
) - Name of the backup. -
createTime
(type:DateTime.t
, default:nil
) - The time the CreateBackup request was received. -
sourceDatabase
(type:String.t
, default:nil
) - Name of the database the backup was created from. -
versionTime
(type:DateTime.t
, default:nil
) - The backup contains an externally consistent copy ofsource_database
at the timestamp specified byversion_time
. If the CreateBackup request did not specifyversion_time
, theversion_time
of the backup is equivalent to thecreate_time
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.BackupInfo{ backup: String.t() | nil, createTime: DateTime.t() | nil, sourceDatabase: String.t() | nil, versionTime: DateTime.t() | nil }