public sealed class Type.Types.Map : IMessage<Type.Types.Map>, IEquatable<Type.Types.Map>, IDeepCloneable<Type.Types.Map>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class Type.Types.Map.
A mapping of keys to values of a given type.
Values of type Map are stored in a Value.array_value where each entry
is another Value.array_value with two elements (the key and the value,
in that order).
Normally encoded Map values won't have repeated keys, however, clients are
expected to handle the case in which they do. If the same key appears
multiple times, the last value takes precedence.
[[["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-08-08 UTC."],[[["The webpage provides documentation for the `Type.Types.Map` class within the Google Cloud Bigtable Administration v2 API, with the most recent version being 3.24.0."],["`Type.Types.Map` is a class that represents a mapping of keys to values, where each entry in the mapping is an array with a key and a value in that specific order."],["The class `Type.Types.Map` implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Type.Types.Map` class includes properties `KeyType` and `ValueType`, which specify the types allowed for keys (Bytes, String, Int64) and the values within the map."],["The documentation also lists all the previous versions of the `Type.Types.Map` class, ranging from 2.4.0 to the latest 3.24.0, with links to their respective documentation pages."]]],[]]