For example, this may be set to the number of workers available. The default for this option is currently 10,000. The maximum value is currently 200,000. This is only a hint. The actual number of partitions returned may be smaller or larger than this request.
[[["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-30 UTC."],[[["The webpage provides documentation for the `PartitionsMaximumOption` in the Google Cloud Spanner C++ client library, detailing its usage across various versions."],["The latest version documented is 2.37.0-rc, while the oldest is 2.11.0, showcasing a range of versions for reference."],["`PartitionsMaximumOption` allows setting the desired maximum number of partitions when using `Client::PartitionRead()` or `PartitionQuery()`, with a default of 10,000 and a maximum of 200,000."],["The actual number of returned partitions may not match the requested number, as it serves only as a hint for partition generation."],["The `PartitionsMaximumOption` is an Alias of type `std::int64_t`."]]],[]]