The KeySet class is a regular type that represents a collection of Keys.
Users can construct a KeySet instance, then add Keys and ranges of Keys to the set. The caller is responsible for ensuring that all keys in a given KeySet instance contain the same number and types of values.
Users may also optionally construct an instance that represents all keys with KeySet::All().
[[["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-09 UTC."],[[["This webpage details the `KeySet` class within the Google Cloud Spanner C++ library, offering comprehensive information on its use and functionality."],["`KeySet` represents a collection of `Key`s and enables adding individual keys or ranges of keys to the set."],["The `KeySet::All()` static method provides a way to represent all keys within the dataset."],["The webpage offers detailed examples of how to construct and modify `KeySet` instances, including adding keys and key ranges, and showcases its usage in deletion operations."],["The document lists numerous versions of the Spanner C++ library, with version 2.37.0-rc being the latest, and the current documentation specifically corresponds to version 2.11.0."]]],[]]