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."],[[["\u003cp\u003eThis webpage provides reference documentation for the \u003ccode\u003eType.Types.Map\u003c/code\u003e class within the Google Bigtable v2 API, offering details on its properties, constructors, and implementation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eType.Types.Map\u003c/code\u003e represents a mapping of keys to values, stored in \u003ccode\u003eValue.array_value\u003c/code\u003e with each entry being an array containing the key and value.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMap\u003c/code\u003e class allows the specification of \u003ccode\u003eKeyType\u003c/code\u003e and \u003ccode\u003eValueType\u003c/code\u003e, where allowed key types are limited to \u003ccode\u003eBytes\u003c/code\u003e, \u003ccode\u003eString\u003c/code\u003e, and \u003ccode\u003eInt64\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe page lists all the available versions for the \u003ccode\u003eType.Types.Map\u003c/code\u003e class, ranging from the latest 3.17.0 all the way to version 2.2.0, allowing the user to browse the different versions of the class.\u003c/p\u003e\n"],["\u003cp\u003eIf duplicate keys exist in a map, the value associated with the last occurrence of the key will be the one that takes precedence.\u003c/p\u003e\n"]]],[],null,[]]