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-05-07 UTC."],[[["This webpage details the `KeySet` class within the Google Cloud Spanner C++ library, offering versioned documentation from 2.11.0 to the latest release candidate, 2.37.0-rc."],["The `KeySet` class represents a collection of `Key`s, allowing users to add individual keys or ranges of keys to a set for use within the context of a delete mutation."],["Users can construct `KeySet` instances or utilize `KeySet::All()` to represent all keys, offering flexibility for working with specific keys or entire datasets."],["The documentation includes examples demonstrating how to create `KeySet` instances and employ them within `DeleteMutationBuilder`, showcasing common usage patterns."],["The `KeySet` class offers constructors and operators for creation and manipulation, as well as functions such as `AddKey` and `AddRange` to add keys to a given `KeySet`."]]],[]]