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-03-21 UTC."],[[["The webpage provides documentation for the `KeySet` class in the Google Cloud Spanner C++ library, detailing its functionality and usage across various versions."],["`KeySet` is a class that represents a collection of `Key`s, allowing users to add individual keys or ranges of keys to the set."],["The class offers a method `KeySet::All()` that allows the representation of all keys within an index, useful for operations like deleting all records."],["The documentation outlines how to construct, copy, move, and modify `KeySet` instances using constructors, assignment operators, and functions like `AddKey()` and `AddRange()`."],["Examples are provided demonstrating how to use `KeySet` for building delete mutations, illustrating its practical application in managing database records."]]],[]]