GoogleApi.BigtableAdmin.V2.Model.BackupInfo (google_api_bigtable_admin v0.14.1) 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() | nil, endTime: DateTime.t() | nil, sourceTable: String.t() | nil, startTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.