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."],[[["The latest beta version available for the Google Cloud Spanner v1 API class StructType is 5.0.0-beta05, with version 4.6.0 representing the current stable release."],["StructType, a class within the Google.Cloud.Spanner.V1 namespace, defines the fields for the STRUCT type in the Google Cloud Spanner API."],["This class implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and has inherited members such as GetHashCode, GetType, and ToString from the object class."],["The StructType class provides a public property called Fields, which is a RepeatedField that lists the struct's fields in a significant order that represents the order of columns in requests or the order of the select clause of a query."],["There are multiple previous versions available for this class, ranging from version 3.5.0 up to version 4.5.0, and then 5.0.0-beta04."]]],[]]