public sealed class Reservation.Types.ReplicationStatus : IMessage<Reservation.Types.ReplicationStatus>, IEquatable<Reservation.Types.ReplicationStatus>, IDeepCloneable<Reservation.Types.ReplicationStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class Reservation.Types.ReplicationStatus.
Disaster Recovery(DR) replication status of the reservation.
Implements
IMessageReservationTypesReplicationStatus, IEquatableReservationTypesReplicationStatus, IDeepCloneableReservationTypesReplicationStatus, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Reservation.V1Assembly
Google.Cloud.BigQuery.Reservation.V1.dll
Constructors
ReplicationStatus()
public ReplicationStatus()
ReplicationStatus(ReplicationStatus)
public ReplicationStatus(Reservation.Types.ReplicationStatus other)
Parameter | |
---|---|
Name | Description |
other |
ReservationTypesReplicationStatus |
Properties
Error
public Status Error { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Status |
LastErrorTime
public Timestamp LastErrorTime { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Timestamp |
LastReplicationTime
public Timestamp LastReplicationTime { get; set; }
Output only. A timestamp corresponding to the last change on the primary that was successfully replicated to the secondary.
Property Value | |
---|---|
Type | Description |
Timestamp |