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-02 UTC."],[[["The `KeySet` class represents a collection of `Key`s, allowing users to manage sets of keys for operations."],["Users can create `KeySet` instances and populate them with individual `Key`s or ranges of `Key`s using the `AddKey` and `AddRange` functions, respectively."],["The `KeySet::All()` static function enables the representation of all keys within a dataset, which can be used for operations affecting entire datasets."],["The content provided outlines the documentation for the `KeySet` class in multiple versions, with the latest being version 2.37.0-rc."],["The documentation includes examples of how to use the `KeySet` class in practical scenarios, such as deleting specific or all records in a table."]]],[]]