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."],[[["This webpage details the `ResultSetMetadata` class within the `Google.Cloud.Spanner.V1` namespace, specifically for version 3.10.0 of the .NET library."],["`ResultSetMetadata` provides metadata for `ResultSet` or `PartialResultSet` objects in Google Cloud Spanner, offering details on their structure."],["The page outlines the inheritance, implemented interfaces, constructors, and key properties of the `ResultSetMetadata` class."],["The webpage lists the different versions of `ResultSetMetadata` and has a `5.0.0-beta05` version as the latest, with a range of stable versions from 3.5.0 up to 4.6.0."],["The page highlights the `RowType` property which details the fields and types in the result set rows, and the `Transaction` property, which provides information about any new transactions."]]],[]]