Class ReplicationStatus
Disaster Recovery(DR) replication status of the reservation.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryReservation.v1.Data
Assembly: Google.Apis.BigQueryReservation.v1.dll
Syntax
public class ReplicationStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Error
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.
Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
| Type | Description |
|---|---|
| Status |
LastErrorTime
object representation of LastErrorTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastErrorTimeDateTimeOffset instead.")]
public virtual object LastErrorTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
LastErrorTimeDateTimeOffset
DateTimeOffset representation of LastErrorTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastErrorTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
LastErrorTimeRaw
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.
Declaration
[JsonProperty("lastErrorTime")]
public virtual string LastErrorTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastReplicationTime
object representation of LastReplicationTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastReplicationTimeDateTimeOffset instead.")]
public virtual object LastReplicationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
LastReplicationTimeDateTimeOffset
DateTimeOffset representation of LastReplicationTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastReplicationTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
LastReplicationTimeRaw
Output only. A timestamp corresponding to the last change on the primary that was successfully replicated to the secondary.
Declaration
[JsonProperty("lastReplicationTime")]
public virtual string LastReplicationTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SoftFailoverStartTime
object representation of SoftFailoverStartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SoftFailoverStartTimeDateTimeOffset instead.")]
public virtual object SoftFailoverStartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
SoftFailoverStartTimeDateTimeOffset
DateTimeOffset representation of SoftFailoverStartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? SoftFailoverStartTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
SoftFailoverStartTimeRaw
Output only. The time at which a soft failover for the reservation and its associated datasets was initiated. After this field is set, all subsequent changes to the reservation will be rejected unless a hard failover overrides this operation. This field will be cleared once the failover is complete.
Declaration
[JsonProperty("softFailoverStartTime")]
public virtual string SoftFailoverStartTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |