public sealed class ResultSetMetadata : IMessage<ResultSetMetadata>, IEquatable<ResultSetMetadata>, IDeepCloneable<ResultSetMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class ResultSetMetadata.
[[["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."],[[["This webpage provides reference documentation for the `ResultSetMetadata` class within the Google Bigtable v2 API, specifically for the .NET environment, spanning multiple versions from 2.2.0 to the latest 3.17.0."],["The `ResultSetMetadata` class describes the structure of a Bigtable result set, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ResultSetMetadata` class has two constructors: a default constructor and one that accepts another `ResultSetMetadata` object as a parameter."],["Key properties of the class include `ProtoSchema`, which represents the schema in proto format, and `SchemaCase`, indicating the type of schema being used."],["The namespace for `ResultSetMetadata` is `Google.Cloud.Bigtable.V2`, and it is found in the `Google.Cloud.Bigtable.V2.dll` assembly."]]],[]]