Class IncludeReplicas
An IncludeReplicas contains a repeated set of ReplicaSelection which indicates the order in which replicas
should be considered.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class IncludeReplicas : IDirectResponseSchema
Properties
AutoFailoverDisabled
If true, Spanner doesn't route requests to a replica outside the <include_replicas list when all
of the specified replicas are unavailable or unhealthy. Default value is false.
Declaration
[JsonProperty("autoFailoverDisabled")]
public virtual bool? AutoFailoverDisabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReplicaSelections
The directed read replica selector.
Declaration
[JsonProperty("replicaSelections")]
public virtual IList<ReplicaSelection> ReplicaSelections { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ReplicaSelection> |