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-26 UTC."],[[["The `KeySet` class represents a collection of `Key`s, allowing for the management of multiple keys within a set."],["Users can create a `KeySet` and populate it by adding individual `Key`s or ranges of `Key`s, as long as the types and number of values in each are the same."],["The `KeySet::All()` method enables the representation of all keys within a set, such as deleting all rows from a table."],["The current version being documented is version 2.34.0, but there are other versions from 2.11.0 to 2.37.0-rc available for reference."]]],[]]