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-03-21 UTC."],[[["The `ResultSetMetadata` class provides metadata for `ResultSet` or `PartialResultSet` objects in Google Cloud Spanner."],["The latest version available for `ResultSetMetadata` is 5.0.0-beta05, and there are multiple versions available ranging from 3.5.0 to 5.0.0-beta05."],["`ResultSetMetadata` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class contains properties like `RowType`, which defines the field names and types, and `Transaction`, which provides information about any new transaction started by a query."],["The provided content also details the constructors of the class, alongside detailing its namespace, assembly, inherited members, and interfaces."]]],[]]