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 webpage provides documentation for the `ResultSetMetadata` class within the `Google.Cloud.Spanner.V1` namespace, detailing its role in describing the metadata of result sets."],["Multiple versions of `ResultSetMetadata` are documented, ranging from version 3.5.0 up to the latest beta release, 5.0.0-beta05, showing a clear history of releases."],["The `ResultSetMetadata` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is primarily used to describe data fields and types of a result."],["The class includes two constructors and two properties: `RowType`, indicating the field names and types in the result set, and `Transaction`, providing details about any new transaction started."],["The documentation also includes inheritance information and lists the members inherited from the `Object` class."]]],[]]