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"]],[["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-02 UTC."],[[["The `KeySet` class represents a collection of `Key`s in the Spanner database, where each `Key` must have the same number and type of values."],["Users can construct `KeySet` instances and add individual `Key`s or ranges of `Key`s to define specific data sets."],["The `KeySet::All()` method creates a `KeySet` representing all keys in a table, allowing operations such as deleting all records."],["The webpage provides documentation for the `KeySet` class, and its latest version is `2.37.0-rc`, while the documentation shows support all the way back to version `2.11.0`."]]],[]]