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."],[[["This webpage provides reference documentation for the `Type.Types.Array` class within the Google Bigtable v2 API, specifically for version 3.15.0, and contains the documentation for all version up until 3.17.0."],["`Type.Types.Array` represents an ordered list of elements of a specific type, and its values are stored in `Value.array_value`."],["The class `Type.Types.Array` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ElementType` property of the `Type.Types.Array` class defines the data type of the elements contained within the array, with the restriction that it cannot be an `Array` itself."],["There are 2 constructors for the `Type.Types.Array` class: the default constructor, `Array()`, and the copy constructor, `Array(Type.Types.Array other)`."]]],[]]