public RepeatedField<StructType.Types.Field> Fields { get; }
The list of fields that make up this struct. Order is
significant, because values of this struct type are represented as
lists, where the order of field values matches the order of
fields in the [StructType][google.spanner.v1.StructType]. In turn, the order of fields
matches the order of columns in a read request, or the order of
fields in the SELECT clause of a query.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `StructType` class within the `Google.Cloud.Spanner.V1` namespace, which is used to define the structure of a `STRUCT` type in Google Spanner."],["The `StructType` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message manipulation, equality checking, deep cloning, and buffer operations."],["The `StructType` class has two constructors, a default constructor and a constructor that accepts another `StructType` instance for copying."],["The `Fields` property of `StructType` is a `RepeatedField` containing `StructType.Types.Field`, defining the ordered list of fields within the struct, mirroring the column order in queries or read requests."],["The page provides documentation for multiple versions of `Google.Cloud.Spanner.V1`'s StructType, from version 3.5.0 all the way up to the latest beta version 5.0.0-beta05."]]],[]]