public sealed class ResultSetMetadata : IMessage<ResultSetMetadata>, IEquatable<ResultSetMetadata>, IDeepCloneable<ResultSetMetadata>, IBufferMessage, IMessage
Metadata about a [ResultSet][google.spanner.v1.ResultSet] or [PartialResultSet][google.spanner.v1.PartialResultSet].
Indicates the field names and types for the rows in the result
set. For example, a SQL query like "SELECT UserId, UserName FROM
Users" could return a row_type value like:
[[["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 stable version of the `Google.Cloud.Spanner.V1.ResultSetMetadata` API is 3.14.0, with version 5.0.0-beta05 being the most recent beta release."],["This page provides documentation for `ResultSetMetadata`, which contains metadata about a `ResultSet` or `PartialResultSet` in Google Cloud Spanner."],["`ResultSetMetadata` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, offering methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class includes properties `RowType` of `StructType` that indicates the field names and types, and `Transaction` that details any new transaction initiated as a side-effect of a query."],["The documentation covers a range of versions for this class, extending from version 3.5.0 to the most recent beta of version 5.0.0-beta05, and includes the latest stable version, 3.14.0."]]],[]]