google_api_bigtable_admin v0.8.0 GoogleApi.BigtableAdmin.V2.Model.BackupInfo View Source
Information about a backup.
Attributes
-
backup(type:String.t, default:nil) - Output only. Name of the backup. -
endTime(type:DateTime.t, default:nil) - Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp. -
sourceTable(type:String.t, default:nil) - Output only. Name of the table the backup was created from. -
startTime(type:DateTime.t, default:nil) - Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BigtableAdmin.V2.Model.BackupInfo{
backup: String.t(),
endTime: DateTime.t(),
sourceTable: String.t(),
startTime: DateTime.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.