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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `IncludeReplicas` class in the Google Cloud Spanner C++ library, with links to various versioned documentation."],["The latest version is `2.37.0-rc`, while `2.34.0` is displayed by default, and there are many older version available on the webpage."],["`IncludeReplicas` allows specifying an ordered list of `ReplicaSelection` objects for serving requests."],["The `auto_failover_disabled` setting determines if requests will failover to replicas outside the specified list when the listed replicas are unhealthy."],["The class has a constructor that accepts an initializer list of `ReplicaSelection` and a boolean for `auto_failover_disabled`, as well as functions to get the `replica_selections` and `auto_failover_disabled`."]]],[]]