Class IncludeReplicas (3.45.0)

IncludeReplicas(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
replica_selections MutableSequence[google.cloud.spanner_v1.types.DirectedReadOptions.ReplicaSelection]
The directed read replica selector.
auto_failover_disabled bool
If true, Spanner will not route requests to a replica outside the include_replicas list when all of the specified replicas are unavailable or unhealthy. Default value is false.