GoogleApi.BigQueryReservation.V1.Model.ReplicationStatus (google_api_big_query_reservation v0.21.0)
View SourceDisaster Recovery(DR) replication status of the reservation.
Attributes
-
error
(type:GoogleApi.BigQueryReservation.V1.Model.Status.t
, default:nil
) - Output only. The last error encountered while trying to replicate changes from the primary to the secondary. This field is only available if the replication has not succeeded since. -
lastErrorTime
(type:DateTime.t
, default:nil
) - Output only. The time at which the last error was encountered while trying to replicate changes from the primary to the secondary. This field is only available if the replication has not succeeded since. -
lastReplicationTime
(type:DateTime.t
, default:nil
) - Output only. A timestamp corresponding to the last change on the primary that was successfully replicated to the secondary.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQueryReservation.V1.Model.ReplicationStatus{ error: GoogleApi.BigQueryReservation.V1.Model.Status.t() | nil, lastErrorTime: DateTime.t() | nil, lastReplicationTime: DateTime.t() | nil }