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 provides documentation for the `ResultSetMetadata` class within the `Google.Cloud.Spanner.V1` namespace, detailing its usage and properties."],["The `ResultSetMetadata` class offers metadata information about a `ResultSet` or `PartialResultSet`, specifically its structure and potential transaction details."],["The documentation includes version history, spanning from version 3.5.0 up to the latest beta version 5.0.0-beta05 for the `ResultSetMetadata` class."],["`ResultSetMetadata` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `ResultSetMetadata` class has two properties, `RowType` of type StructType, which defines the structure of the rows, and `Transaction` of type Transaction, which details any transaction involved."]]],[]]