When auto_failover_disabled is set, requests will NOT be routed to a healthy replica outside the list when all replicas in the list are unavailable/unhealthy.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[[["This page provides documentation for the `IncludeReplicas` class within the Google Cloud Spanner C++ library, detailing its functionality across various versions."],["The latest version of the `IncludeReplicas` class is 2.37.0-rc, with multiple past versions listed, extending back to version 2.11.0."],["`IncludeReplicas` objects contain an ordered list of `ReplicaSelection` objects that determine which replicas are used to serve requests."],["The class has a constructor that allows the user to specify a list of `ReplicaSelection` objects, and whether to disable the automatic failover feature."],["`IncludeReplicas` includes functions `replica_selections()` and `auto_failover_disabled()` to access the list of replica selections and the auto-failover setting respectively."]]],[]]