The operation is blocked until a currently running operation
completes and releases its Spanner session. If the operation is
synchronous, the thread will be blocked until it can complete.
If the operation is asynchronous, it will be completed on the
threadpool when resources become available.
Fail
The operation will fail with an exception with the ErrorCode set to ResourceExhausted.
[[["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-04-17 UTC."],[[["The latest version of the Google Cloud Spanner v1 API enum ResourcesExhaustedBehavior is 5.0.0-beta05, with numerous previous versions listed, including version 4.2.0."],["The `ResourcesExhaustedBehavior` enum determines how operations behave when the `MaximumActiveSessions` limit is reached, offering two options."],["The available behaviors in this enum are `Block`, where operations wait for resources to free up, and `Fail`, where operations immediately fail with a `ResourceExhausted` error."],["The ResourceExhaustedBehavior settings are found within the Google.Cloud.Spanner.V1 namespace in the Google.Cloud.Spanner.V1.dll assembly."]]],[]]