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-03-21 UTC."],[[["The document provides reference information for the `ResourcesExhaustedBehavior` enum within the Google Cloud Spanner V1 API, specifically for the .NET environment, with version 4.3.0 being the primary version discussed in the context provided."],["The `ResourcesExhaustedBehavior` enum defines how operations should behave when the `MaximumActiveSessions` limit is reached within a Google Cloud Spanner session pool."],["Two distinct behaviors are outlined in this documentation: `Block`, which pauses an operation until a session becomes free, and `Fail`, which immediately terminates an operation with a `ResourceExhausted` error."],["A list of versions is provided, spanning from the latest beta version, `5.0.0-beta05`, down to version `3.5.0`, offering links to the documentation for each version's `ResourcesExhaustedBehavior`."]]],[]]