autoFailoverDisabled property

bool? autoFailoverDisabled
getter/setter pair

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.

Implementation

core.bool? autoFailoverDisabled;