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 Bigtable 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-12 UTC."],[[["The latest version of the Google.Cloud.Bigtable.V2 API class Type.Types.Map is 3.17.0, with numerous previous versions listed for reference."],["The Type.Types.Map class implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The Type.Types.Map class is a representation of a key-value mapping type, stored within a `Value.array_value` construct where each entry contains the key and value."],["This class allows maps to be created with defined key and value types, with keys being limited to `Bytes`, `String`, or `Int64`."],["The `Map` class provides two constructors, one default and another that accepts a `Type.Types.Map` instance for copying."]]],[]]