Show / Hide Table of Contents

Class IncludeReplicas

An IncludeReplicas contains a repeated set of ReplicaSelection which indicates the order in which replicas should be considered.

Inheritance
object
IncludeReplicas
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX