Class FailoverReservationRequest
The request for ReservationService.FailoverReservation.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryReservation.v1.Data
Assembly: Google.Apis.BigQueryReservation.v1.dll
Syntax
public class FailoverReservationRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FailoverMode
Optional. A parameter that determines how writes that are pending replication are handled after a failover is initiated. If not specified, HARD failover mode is used by default.
Declaration
[JsonProperty("failoverMode")]
public virtual string FailoverMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |