[[["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 page documents the `PartitionSizeOption` for the Google Cloud Spanner C++ client library, used to specify the desired partition size for read and query operations."],["The current default partition size is 1 GiB, but it is treated as a hint, meaning actual partition sizes may vary."],["The latest version available is 2.37.0-rc, with numerous versions dating back to 2.11.0 being available."],["The `PartitionSizeOption` is used in conjunction with `Client::PartitionRead()` or `PartitionQuery()` to influence the size of partitions generated during these operations."],["The `PartitionSizeOption` is an alias of the type `std::int64_t`."]]],[]]