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 version available for `ResultSetMetadata` is `5.0.0-beta05`, while the current version being viewed on the page is 3.7.0, with a range of versions available for review."],["`ResultSetMetadata` provides metadata about a `ResultSet` or `PartialResultSet`, offering information on the structure and content of the result."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ResultSetMetadata` class includes properties such as `RowType` which specifies the field names and types for rows, and `Transaction`, which contains information about a transaction started as a side-effect."],["The ResultSetMetadata can be created with a constructor with no parameter, or with another ResultSetMetadata as a parameter."]]],[]]