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-08-04 UTC."],[[["The `ResultSetMetadata` class provides metadata about a `ResultSet` or `PartialResultSet` in the Google.Cloud.Spanner.V1 namespace."],["Version 5.0.0-beta05 is the latest available version, with multiple previous versions such as 4.6.0, 4.5.0, etc., and going as far back as 3.5.0 accessible."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ResultSetMetadata` includes properties like `RowType`, which defines the field names and types of rows in a result set, and `Transaction`, which provides information about any transaction that was initiated."],["There are two constructors available for `ResultSetMetadata`: a default constructor and one that takes another `ResultSetMetadata` object as a parameter."]]],[]]