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, outlining its role in defining the fields of a STRUCT type in Google Spanner."],["The content provides a list of available versions for the `StructType` class, ranging from the latest beta version 5.0.0-beta05 down to version 3.5.0, with version 3.8.0 highlighted as a specific point of interest."],["`StructType` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are core components of its functionality."],["The `StructType` class has two constructors, one being a parameterless constructor, and the other taking another `StructType` as the parameter."],["The `Fields` property of `StructType`, of type `RepeatedField\u003cStructType.Types.Field\u003e`, lists the fields that comprise the struct, noting that the order of fields is significant in both read requests and queries."]]],[]]