public sealed class Type.Types.Array : IMessage<Type.Types.Array>, IEquatable<Type.Types.Array>, IDeepCloneable<Type.Types.Array>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class Type.Types.Array.
An ordered list of elements of a given type.
Values of type Array are stored in Value.array_value.
[[["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 available for the Google.Cloud.Bigtable.V2 API class Type.Types.Array is 3.17.0."],["This class, Type.Types.Array, represents an ordered list of elements within the Google Bigtable v2 API and are stored in `Value.array_value`."],["It implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `Array` class has constructors for creating new instances, including one that accepts another `Type.Types.Array` as a parameter."],["The `ElementType` property specifies the type of elements contained within the array, noting that the element type cannot be `Array`."]]],[]]